Index: src/core/SkLocalMatrixImageFilter.h |
diff --git a/src/core/SkLocalMatrixImageFilter.h b/src/core/SkLocalMatrixImageFilter.h |
index f2fd062f6c3764d545127f1313186100bfec5056..da49df49327b3ec6b44c35d4d2a68dbd728892a6 100644 |
--- a/src/core/SkLocalMatrixImageFilter.h |
+++ b/src/core/SkLocalMatrixImageFilter.h |
@@ -27,8 +27,7 @@ protected: |
void flatten(SkWriteBuffer&) const override; |
bool onFilterImageDeprecated(Proxy*, const SkBitmap& src, const Context&, |
SkBitmap* result, SkIPoint* offset) const override; |
- bool onFilterBounds(const SkIRect& src, const SkMatrix&, SkIRect* dst, |
- MapDirection) const override; |
+ SkIRect onFilterBounds(const SkIRect& src, const SkMatrix&, MapDirection) const override; |
private: |
SkLocalMatrixImageFilter(const SkMatrix& localM, SkImageFilter* input); |