| Index: include/effects/SkMagnifierImageFilter.h | 
| diff --git a/include/effects/SkMagnifierImageFilter.h b/include/effects/SkMagnifierImageFilter.h | 
| index af142e9eff8436a87c212546e46b3adc444dc9b7..bea03adab36a7594f3abebf71db0600eb8d929f2 100644 | 
| --- a/include/effects/SkMagnifierImageFilter.h | 
| +++ b/include/effects/SkMagnifierImageFilter.h | 
| @@ -23,8 +23,8 @@ protected: | 
| SkMagnifierImageFilter(const SkRect& srcRect, SkScalar inset, SkImageFilter* input); | 
| 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; | 
| #if SK_SUPPORT_GPU | 
| bool asFragmentProcessor(GrFragmentProcessor**, GrTexture*, const SkMatrix&, | 
| const SkIRect& bounds) const override; | 
|  |