Index: src/gpu/GrSWMaskHelper.h |
diff --git a/src/gpu/GrSWMaskHelper.h b/src/gpu/GrSWMaskHelper.h |
index 229b0e5e90469481ae5e1c9c7738ad5dffec6d26..71dec6357d9230308031d772040d16c7abb9d8b8 100644 |
--- a/src/gpu/GrSWMaskHelper.h |
+++ b/src/gpu/GrSWMaskHelper.h |
@@ -78,7 +78,7 @@ public: |
const SkStrokeRec& stroke, |
const SkIRect& resultBounds, |
bool antiAlias, |
- SkMatrix* matrix); |
+ const SkMatrix* matrix); |
// This utility routine is used to add a path's mask to some other draw. |
// The ClipMaskManager uses it to accumulate clip masks while the |
@@ -94,6 +94,7 @@ public: |
GrDrawTarget* target, |
GrDrawState* drawState, |
GrColor, |
+ const SkMatrix& viewMatrix, |
const SkIRect& rect); |
private: |