| Index: src/gpu/GrAAHairLinePathRenderer.h
|
| diff --git a/src/gpu/GrAAHairLinePathRenderer.h b/src/gpu/GrAAHairLinePathRenderer.h
|
| index 8bc3e3e804b0cd212e99c2fba9fd56543f18fbe4..91c00d78c36197b3daffa400a7be00938e6f78c3 100644
|
| --- a/src/gpu/GrAAHairLinePathRenderer.h
|
| +++ b/src/gpu/GrAAHairLinePathRenderer.h
|
| @@ -18,7 +18,7 @@ public:
|
| static GrPathRenderer* Create(GrContext* context);
|
|
|
| virtual bool canDrawPath(const GrDrawTarget*,
|
| - const GrDrawState*,
|
| + const GrPipelineBuilder*,
|
| const SkMatrix& viewMatrix,
|
| const SkPath&,
|
| const SkStrokeRec&,
|
| @@ -30,7 +30,7 @@ public:
|
|
|
| protected:
|
| virtual bool onDrawPath(GrDrawTarget*,
|
| - GrDrawState*,
|
| + GrPipelineBuilder*,
|
| GrColor,
|
| const SkMatrix& viewMatrix,
|
| const SkPath&,
|
| @@ -43,7 +43,7 @@ private:
|
| const GrIndexBuffer* fQuadsIndexBuffer);
|
|
|
| bool createLineGeom(GrDrawTarget* target,
|
| - GrDrawState*,
|
| + GrPipelineBuilder*,
|
| const SkMatrix& viewMatrix,
|
| uint8_t coverage,
|
| size_t vertexStride,
|
| @@ -54,7 +54,7 @@ private:
|
| int lineCnt);
|
|
|
| bool createBezierGeom(GrDrawTarget* target,
|
| - GrDrawState*,
|
| + GrPipelineBuilder*,
|
| const SkMatrix& viewMatrix,
|
| GrDrawTarget::AutoReleaseGeometry* arg,
|
| SkRect* devBounds,
|
|
|