aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/core/SkShader.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/core/SkShader.h b/include/core/SkShader.h
index 30a10dcc9f..a885f0b982 100644
--- a/include/core/SkShader.h
+++ b/include/core/SkShader.h
@@ -503,7 +503,9 @@ protected:
virtual bool onAppendStages(SkRasterPipeline*, SkColorSpace*, SkArenaAlloc*,
const SkMatrix&, const SkPaint&,
- const SkMatrix* /*local matrix*/) const;
+ const SkMatrix* /*local matrix*/) const {
+ return false;
+ }
private:
// This is essentially const, but not officially so it can be modified in