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, 1 insertions, 1 deletions
diff --git a/include/effects/Sk1DPathEffect.h b/include/effects/Sk1DPathEffect.h
index 2523264570..88a36ff7c6 100644
--- a/include/effects/Sk1DPathEffect.h
+++ b/include/effects/Sk1DPathEffect.h
@@ -61,7 +61,7 @@ public:
virtual bool filterPath(SkPath*, const SkPath&,
SkStrokeRec*, const SkRect*) const override;
- SK_TO_STRING_OVERRIDE()
+ void toString(SkString* str) const override;
SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkPath1DPathEffect)
protected: