| Index: src/gpu/GrAAConvexPathRenderer.h
|
| diff --git a/src/gpu/GrAAConvexPathRenderer.h b/src/gpu/GrAAConvexPathRenderer.h
|
| index b07781f2f30e86059273de3eba870583df9e984a..bb2d3f0a1e23a15f3d76755dfe11ef5cd0233ffb 100644
|
| --- a/src/gpu/GrAAConvexPathRenderer.h
|
| +++ b/src/gpu/GrAAConvexPathRenderer.h
|
| @@ -16,7 +16,7 @@ public:
|
| GrAAConvexPathRenderer();
|
|
|
| virtual bool canDrawPath(const GrDrawTarget*,
|
| - const GrDrawState*,
|
| + const GrPipelineBuilder*,
|
| const SkMatrix& viewMatrix,
|
| const SkPath&,
|
| const SkStrokeRec&,
|
| @@ -24,7 +24,7 @@ public:
|
|
|
| protected:
|
| virtual bool onDrawPath(GrDrawTarget*,
|
| - GrDrawState*,
|
| + GrPipelineBuilder*,
|
| GrColor,
|
| const SkMatrix& viewMatrix,
|
| const SkPath&,
|
|
|