Index: src/core/SkPictureShader.h |
diff --git a/src/core/SkPictureShader.h b/src/core/SkPictureShader.h |
index a73337722e8e64e1a8d3f385f51b462a792c2c9c..5f8cc01aad9892161d3c3432772a6d927a416afb 100644 |
--- a/src/core/SkPictureShader.h |
+++ b/src/core/SkPictureShader.h |
@@ -30,8 +30,8 @@ public: |
SK_TO_STRING_OVERRIDE() |
SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkPictureShader) |
- bool asFragmentProcessor(GrContext*, const SkPaint&, const SkMatrix*, GrColor*, |
- GrFragmentProcessor**) const SK_OVERRIDE; |
+ bool asFragmentProcessor(GrContext*, const SkPaint&, const SkMatrix& viewM, const SkMatrix*, |
+ GrColor*, GrFragmentProcessor**) const SK_OVERRIDE; |
protected: |
SkPictureShader(SkReadBuffer&); |