Index: src/gpu/GrDefaultPathRenderer.h |
diff --git a/src/gpu/GrDefaultPathRenderer.h b/src/gpu/GrDefaultPathRenderer.h |
index aa481e5c9cb37e2b3a7be3d2ac357485f71033b3..e1eea88414c635cd85d3f6c50a899dd4814f82ec 100644 |
--- a/src/gpu/GrDefaultPathRenderer.h |
+++ b/src/gpu/GrDefaultPathRenderer.h |
@@ -21,6 +21,7 @@ public: |
virtual bool canDrawPath(const GrDrawTarget*, |
const GrDrawState*, |
+ const SkMatrix& viewMatrix, |
const SkPath&, |
const SkStrokeRec&, |
bool antiAlias) const SK_OVERRIDE; |
@@ -35,18 +36,21 @@ private: |
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; |
bool internalDrawPath(GrDrawTarget*, |
GrDrawState*, |
GrColor, |
+ const SkMatrix& viewMatrix, |
const SkPath&, |
const SkStrokeRec&, |
bool stencilOnly); |