aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/effects/Sk1DPathEffect.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/effects/Sk1DPathEffect.h')
-rw-r--r--include/effects/Sk1DPathEffect.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/effects/Sk1DPathEffect.h b/include/effects/Sk1DPathEffect.h
index 022505f313..a78aded601 100644
--- a/include/effects/Sk1DPathEffect.h
+++ b/include/effects/Sk1DPathEffect.h
@@ -62,6 +62,8 @@ public:
virtual bool filterPath(SkPath*, const SkPath&,
SkStrokeRec*, const SkRect*) const override;
+ void toString(SkString* str) const override;
+
Factory getFactory() const override { return CreateProc; }
protected: