aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkLocalMatrixShader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkLocalMatrixShader.h')
-rw-r--r--src/core/SkLocalMatrixShader.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/SkLocalMatrixShader.h b/src/core/SkLocalMatrixShader.h
index cba140906b..5c0424053b 100644
--- a/src/core/SkLocalMatrixShader.h
+++ b/src/core/SkLocalMatrixShader.h
@@ -45,7 +45,9 @@ protected:
Context* onMakeContext(const ContextRec&, SkArenaAlloc*) const override;
- SkImage* onIsAImage(SkMatrix* matrix, TileMode* mode) const override;
+ SkImage* onIsAImage(SkMatrix* matrix, TileMode* mode) const override {
+ return fProxyShader->isAImage(matrix, mode);
+ }
bool onAppendStages(SkRasterPipeline*, SkColorSpace*, SkArenaAlloc*,
const SkMatrix&, const SkPaint&, const SkMatrix*) const override;