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