Index: src/core/SkBitmapProcShader.h |
diff --git a/src/core/SkBitmapProcShader.h b/src/core/SkBitmapProcShader.h |
index e6ff1af1cfdfd5b439abfe522db38dad97981987..ab00c11e39bb40dbcccfb51b503c3288f44e5cc3 100644 |
--- a/src/core/SkBitmapProcShader.h |
+++ b/src/core/SkBitmapProcShader.h |
@@ -31,9 +31,8 @@ public: |
SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkBitmapProcShader) |
- 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; |
class BitmapProcShaderContext : public SkShader::Context { |
public: |