aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/effects/SkDropShadowImageFilter.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/effects/SkDropShadowImageFilter.h')
-rw-r--r--include/effects/SkDropShadowImageFilter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/effects/SkDropShadowImageFilter.h b/include/effects/SkDropShadowImageFilter.h
index c86550d178..e8c5740f9d 100644
--- a/include/effects/SkDropShadowImageFilter.h
+++ b/include/effects/SkDropShadowImageFilter.h
@@ -30,6 +30,7 @@ public:
const CropRect* cropRect = nullptr);
SkRect computeFastBounds(const SkRect&) const override;
+ void toString(SkString* str) const override;
Factory getFactory() const override { return CreateProc; }