Index: src/core/SkMatrixImageFilter.h |
diff --git a/src/core/SkMatrixImageFilter.h b/src/core/SkMatrixImageFilter.h |
index 09bfca9fe128782f9eea1a1f5ee3e25b58f25fe8..4d5b52d127139f3e34216b66636ce50d8bf4c053 100644 |
--- a/src/core/SkMatrixImageFilter.h |
+++ b/src/core/SkMatrixImageFilter.h |
@@ -44,10 +44,10 @@ protected: |
SkImageFilter* input); |
void flatten(SkWriteBuffer&) const override; |
- virtual bool onFilterImage(Proxy*, const SkBitmap& src, const Context&, |
- SkBitmap* result, SkIPoint* loc) const override; |
- virtual void onFilterNodeBounds(const SkIRect& src, const SkMatrix&, |
- SkIRect* dst, MapDirection) const override; |
+ bool onFilterImageDeprecated(Proxy*, const SkBitmap& src, const Context&, |
+ SkBitmap* result, SkIPoint* loc) const override; |
+ void onFilterNodeBounds(const SkIRect& src, const SkMatrix&, |
+ SkIRect* dst, MapDirection) const override; |
private: |
SkMatrix fTransform; |