aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/effects/SkOverdrawColorFilter.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/effects/SkOverdrawColorFilter.h')
-rw-r--r--include/effects/SkOverdrawColorFilter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/effects/SkOverdrawColorFilter.h b/include/effects/SkOverdrawColorFilter.h
index 2791eb06d0..63f636a0cc 100644
--- a/include/effects/SkOverdrawColorFilter.h
+++ b/include/effects/SkOverdrawColorFilter.h
@@ -32,6 +32,8 @@ public:
GrContext*, const GrColorSpaceInfo&) const override;
#endif
+ void toString(SkString* str) const override;
+
static sk_sp<SkFlattenable> CreateProc(SkReadBuffer& buffer);
Factory getFactory() const override { return CreateProc; }
SK_DECLARE_FLATTENABLE_REGISTRAR_GROUP()