| Index: include/effects/SkMagnifierImageFilter.h
 | 
| diff --git a/include/effects/SkMagnifierImageFilter.h b/include/effects/SkMagnifierImageFilter.h
 | 
| index b89cd346d263930f13b068aa5838c7947bc66fdc..af142e9eff8436a87c212546e46b3adc444dc9b7 100644
 | 
| --- a/include/effects/SkMagnifierImageFilter.h
 | 
| +++ b/include/effects/SkMagnifierImageFilter.h
 | 
| @@ -26,8 +26,8 @@ protected:
 | 
|      bool onFilterImage(Proxy*, const SkBitmap& src, const Context&,
 | 
|                         SkBitmap* result, SkIPoint* offset) const override;
 | 
|  #if SK_SUPPORT_GPU
 | 
| -    bool asFragmentProcessor(GrFragmentProcessor**, GrProcessorDataManager*, GrTexture*,
 | 
| -                             const SkMatrix&, const SkIRect& bounds) const override;
 | 
| +    bool asFragmentProcessor(GrFragmentProcessor**, GrTexture*, const SkMatrix&,
 | 
| +                             const SkIRect& bounds) const override;
 | 
|  #endif
 | 
|  
 | 
|  private:
 | 
| 
 |