Index: src/gpu/GrAAHairLinePathRenderer.h |
=================================================================== |
--- src/gpu/GrAAHairLinePathRenderer.h (revision 13379) |
+++ src/gpu/GrAAHairLinePathRenderer.h (working copy) |
@@ -17,8 +17,7 @@ |
static GrPathRenderer* Create(GrContext* context); |
- virtual bool canDrawPath(const SkPath& path, |
- const SkStrokeRec& stroke, |
+ virtual bool canDrawPath(const SkStrokeRec& stroke, |
const GrDrawTarget* target, |
bool antiAlias) const SK_OVERRIDE; |
@@ -27,8 +26,7 @@ |
typedef SkTArray<float, true> FloatArray; |
protected: |
- virtual bool onDrawPath(const SkPath& path, |
- const SkStrokeRec& stroke, |
+ virtual bool onDrawPath(const SkStrokeRec& stroke, |
GrDrawTarget* target, |
bool antiAlias) SK_OVERRIDE; |