Index: src/gpu/GrStencilAndCoverPathRenderer.h |
=================================================================== |
--- src/gpu/GrStencilAndCoverPathRenderer.h (revision 13379) |
+++ src/gpu/GrStencilAndCoverPathRenderer.h (working copy) |
@@ -25,23 +25,19 @@ |
virtual ~GrStencilAndCoverPathRenderer(); |
- 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; |
- virtual void onStencilPath(const SkPath&, |
- const SkStrokeRec&, |
+ virtual void onStencilPath(const SkStrokeRec&, |
GrDrawTarget*) SK_OVERRIDE; |
private: |