Index: src/gpu/GrAAConvexPathRenderer.h |
=================================================================== |
--- src/gpu/GrAAConvexPathRenderer.h (revision 13379) |
+++ src/gpu/GrAAConvexPathRenderer.h (working copy) |
@@ -13,14 +13,15 @@ |
public: |
GrAAConvexPathRenderer(); |
- virtual bool canDrawPath(const SkPath& path, |
- const SkStrokeRec& stroke, |
+ virtual bool canDrawPath(const SkStrokeRec& stroke, |
const GrDrawTarget* target, |
bool antiAlias) const SK_OVERRIDE; |
protected: |
- virtual bool onDrawPath(const SkPath& path, |
- const SkStrokeRec& stroke, |
+ virtual bool onDrawPath(const SkStrokeRec& stroke, |
GrDrawTarget* target, |
bool antiAlias) SK_OVERRIDE; |
+ |
+private: |
+ typedef GrPathRenderer INHERITED; |
}; |