Index: src/gpu/GrSoftwarePathRenderer.h |
=================================================================== |
--- src/gpu/GrSoftwarePathRenderer.h (revision 13379) |
+++ src/gpu/GrSoftwarePathRenderer.h (working copy) |
@@ -24,17 +24,14 @@ |
: fContext(context) { |
} |
- virtual bool canDrawPath(const SkPath&, |
- const SkStrokeRec&, |
+ virtual bool canDrawPath(const SkStrokeRec&, |
const GrDrawTarget*, |
bool antiAlias) const SK_OVERRIDE; |
protected: |
- virtual StencilSupport onGetStencilSupport(const SkPath&, |
- const SkStrokeRec&, |
+ virtual StencilSupport onGetStencilSupport(const SkStrokeRec&, |
const GrDrawTarget*) const SK_OVERRIDE; |
- virtual bool onDrawPath(const SkPath&, |
- const SkStrokeRec&, |
+ virtual bool onDrawPath(const SkStrokeRec&, |
GrDrawTarget*, |
bool antiAlias) SK_OVERRIDE; |