Index: src/gpu/GrStencilAndCoverPathRenderer.h |
diff --git a/src/gpu/GrStencilAndCoverPathRenderer.h b/src/gpu/GrStencilAndCoverPathRenderer.h |
index be04c4a6fdce3497e2eda7907017eec292b31f93..1ea26c4e8e57b8653d3ac31fe8c3c7721f3c815d 100644 |
--- a/src/gpu/GrStencilAndCoverPathRenderer.h |
+++ b/src/gpu/GrStencilAndCoverPathRenderer.h |
@@ -27,6 +27,7 @@ public: |
virtual bool canDrawPath(const GrDrawTarget*, |
const GrDrawState*, |
+ const SkMatrix& viewMatrix, |
const SkPath&, |
const SkStrokeRec&, |
bool antiAlias) const SK_OVERRIDE; |
@@ -40,12 +41,14 @@ protected: |
virtual bool onDrawPath(GrDrawTarget*, |
GrDrawState*, |
GrColor, |
+ const SkMatrix& viewMatrix, |
const SkPath&, |
const SkStrokeRec&, |
bool antiAlias) SK_OVERRIDE; |
virtual void onStencilPath(GrDrawTarget*, |
GrDrawState*, |
+ const SkMatrix& viewMatrix, |
const SkPath&, |
const SkStrokeRec&) SK_OVERRIDE; |