Index: include/effects/SkDropShadowImageFilter.h |
diff --git a/include/effects/SkDropShadowImageFilter.h b/include/effects/SkDropShadowImageFilter.h |
index bf4425e925f30f2784798cc38454d5740d731b06..bff1a42013774ea3784b189fe1447341e156bb51 100644 |
--- a/include/effects/SkDropShadowImageFilter.h |
+++ b/include/effects/SkDropShadowImageFilter.h |
@@ -35,7 +35,8 @@ protected: |
void flatten(SkWriteBuffer&) const override; |
bool onFilterImage(Proxy*, const SkBitmap& source, const Context&, SkBitmap* result, |
SkIPoint* loc) const override; |
- bool onFilterBounds(const SkIRect& src, const SkMatrix&, SkIRect* dst) const override; |
+ void onFilterNodeBounds(const SkIRect& src, const SkMatrix&, |
+ SkIRect* dst, MapDirection) const override; |
private: |
SkDropShadowImageFilter(SkScalar dx, SkScalar dy, SkScalar sigmaX, SkScalar sigmaY, SkColor, |