Index: include/effects/SkBlurImageFilter.h |
diff --git a/include/effects/SkBlurImageFilter.h b/include/effects/SkBlurImageFilter.h |
index 5ae013d78e789878f0645277faa06e885d1e7fb1..6612b212cc3ed8839139787e8624bbf293854f25 100644 |
--- a/include/effects/SkBlurImageFilter.h |
+++ b/include/effects/SkBlurImageFilter.h |
@@ -28,13 +28,13 @@ public: |
protected: |
void flatten(SkWriteBuffer&) const override; |
- bool onFilterImage(Proxy*, const SkBitmap& src, const Context&, SkBitmap* result, |
- SkIPoint* offset) const override; |
+ bool onFilterImageDeprecated(Proxy*, const SkBitmap& src, const Context&, SkBitmap* result, |
+ SkIPoint* offset) const override; |
void onFilterNodeBounds(const SkIRect& src, const SkMatrix&, |
SkIRect* dst, MapDirection) const override; |
bool canFilterImageGPU() const override { return true; } |
- bool filterImageGPU(Proxy* proxy, const SkBitmap& src, const Context& ctx, SkBitmap* result, |
- SkIPoint* offset) const override; |
+ bool filterImageGPUDeprecated(Proxy* proxy, const SkBitmap& src, const Context& ctx, |
+ SkBitmap* result, SkIPoint* offset) const override; |
private: |
SkBlurImageFilter(SkScalar sigmaX, |