| Index: src/gpu/SkGpuDevice.h
 | 
| diff --git a/src/gpu/SkGpuDevice.h b/src/gpu/SkGpuDevice.h
 | 
| index 23e3d643fe51f3f4350e316f3d1316eda5ce62f7..7f9041b115bb505336e58da9563ab8e9fb91a172 100644
 | 
| --- a/src/gpu/SkGpuDevice.h
 | 
| +++ b/src/gpu/SkGpuDevice.h
 | 
| @@ -262,8 +262,8 @@ private:
 | 
|      static GrRenderTarget* CreateRenderTarget(GrContext*, SkBudgeted, const SkImageInfo&,
 | 
|                                                int sampleCount, GrTextureStorageAllocator);
 | 
|  
 | 
| -    void drawBitmapAsSpriteWithImageFilter(const SkDraw&, const SkBitmap&, int x, int y,
 | 
| -                                           const SkPaint&) override;
 | 
| +    void drawSpriteWithFilter(const SkDraw&, const SkBitmap&, int x, int y,
 | 
| +                              const SkPaint&) override;
 | 
|  
 | 
|      friend class GrAtlasTextContext;
 | 
|      friend class SkSurface_Gpu;      // for access to surfaceProps
 | 
| 
 |