aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/effects
diff options
context:
space:
mode:
Diffstat (limited to 'include/effects')
-rw-r--r--include/effects/SkPerlinNoiseShader.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/effects/SkPerlinNoiseShader.h b/include/effects/SkPerlinNoiseShader.h
index fc6748462c..3d37de80dd 100644
--- a/include/effects/SkPerlinNoiseShader.h
+++ b/include/effects/SkPerlinNoiseShader.h
@@ -96,7 +96,8 @@ public:
typedef SkShader::Context INHERITED;
};
- virtual bool asFragmentProcessor(GrContext* context, const SkPaint&, const SkMatrix*, GrColor*,
+ virtual bool asFragmentProcessor(GrContext* context, const SkPaint&, const SkMatrix& viewM,
+ const SkMatrix*, GrColor*,
GrFragmentProcessor**) const SK_OVERRIDE;
SK_TO_STRING_OVERRIDE()