Index: src/gpu/GrDefaultPathRenderer.h |
=================================================================== |
--- src/gpu/GrDefaultPathRenderer.h (revision 13379) |
+++ src/gpu/GrDefaultPathRenderer.h (working copy) |
@@ -19,28 +19,23 @@ |
public: |
GrDefaultPathRenderer(bool separateStencilSupport, bool stencilWrapOpsSupport); |
- virtual bool canDrawPath(const SkPath&, |
- const SkStrokeRec&, |
+ virtual bool canDrawPath(const SkStrokeRec&, |
const GrDrawTarget*, |
bool antiAlias) const SK_OVERRIDE; |
private: |
- 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; |
- virtual void onStencilPath(const SkPath&, |
- const SkStrokeRec&, |
+ virtual void onStencilPath(const SkStrokeRec&, |
GrDrawTarget*) SK_OVERRIDE; |
- bool internalDrawPath(const SkPath&, |
- const SkStrokeRec&, |
+ bool internalDrawPath(const SkStrokeRec&, |
GrDrawTarget*, |
bool stencilOnly); |