Index: include/effects/SkDropShadowImageFilter.h |
diff --git a/include/effects/SkDropShadowImageFilter.h b/include/effects/SkDropShadowImageFilter.h |
index bff1a42013774ea3784b189fe1447341e156bb51..2be77ce1a9cfcff6089328670fa7ce40930bc6a9 100644 |
--- a/include/effects/SkDropShadowImageFilter.h |
+++ b/include/effects/SkDropShadowImageFilter.h |
@@ -33,8 +33,8 @@ public: |
protected: |
void flatten(SkWriteBuffer&) const override; |
- bool onFilterImage(Proxy*, const SkBitmap& source, const Context&, SkBitmap* result, |
- SkIPoint* loc) const override; |
+ bool onFilterImageDeprecated(Proxy*, const SkBitmap& source, const Context&, SkBitmap* result, |
+ SkIPoint* loc) const override; |
void onFilterNodeBounds(const SkIRect& src, const SkMatrix&, |
SkIRect* dst, MapDirection) const override; |