Index: src/gpu/GrSoftwarePathRenderer.h |
diff --git a/src/gpu/GrSoftwarePathRenderer.h b/src/gpu/GrSoftwarePathRenderer.h |
index 43d5e55ce9987ee830eed97b66a279af507e17e7..ed897cceaf830d762d2ff8e40ce7b41f5bbbb084 100644 |
--- a/src/gpu/GrSoftwarePathRenderer.h |
+++ b/src/gpu/GrSoftwarePathRenderer.h |
@@ -24,19 +24,19 @@ public: |
} |
virtual bool canDrawPath(const GrDrawTarget*, |
- const GrDrawState*, |
+ const GrPipelineBuilder*, |
const SkMatrix& viewMatrix, |
const SkPath&, |
const SkStrokeRec&, |
bool antiAlias) const SK_OVERRIDE; |
protected: |
virtual StencilSupport onGetStencilSupport(const GrDrawTarget*, |
- const GrDrawState*, |
+ const GrPipelineBuilder*, |
const SkPath&, |
const SkStrokeRec&) const SK_OVERRIDE; |
virtual bool onDrawPath(GrDrawTarget*, |
- GrDrawState*, |
+ GrPipelineBuilder*, |
GrColor, |
const SkMatrix& viewMatrix, |
const SkPath&, |