aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkMatrixImageFilter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkMatrixImageFilter.h')
-rw-r--r--src/core/SkMatrixImageFilter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/SkMatrixImageFilter.h b/src/core/SkMatrixImageFilter.h
index a100aecddb..32d4adc448 100644
--- a/src/core/SkMatrixImageFilter.h
+++ b/src/core/SkMatrixImageFilter.h
@@ -32,6 +32,8 @@ public:
SkRect computeFastBounds(const SkRect&) const override;
+ void toString(SkString* str) const override;
+
Factory getFactory() const override { return CreateProc; }
protected: