| commit | c2099d2707abcc94e139627399aed4b8894b69bb | [log] [tgz] |
|---|---|---|
| author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Mar 02 21:26:50 2012 +0000 |
| committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Mar 02 21:26:50 2012 +0000 |
| tree | f66f3a950979a6df3d1abf90088d2cf94942025c | |
| parent | 6a81b8a282dd388044c433a4c2d8e549e7402d01 [diff] [blame] |
simplify GrPathRenderer interface Review URL: http://codereview.appspot.com/5706053/ git-svn-id: http://skia.googlecode.com/svn/trunk@3312 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h index ffb5065..37160b1 100644 --- a/include/gpu/GrContext.h +++ b/include/gpu/GrContext.h
@@ -700,6 +700,7 @@ GrPathRenderer* getPathRenderer(const GrPath& path, GrPathFill fill, + const GrDrawTarget* target, bool antiAlias); /**