| Index: skia/ext/bitmap_platform_device_mac.h
|
| diff --git a/skia/ext/bitmap_platform_device_mac.h b/skia/ext/bitmap_platform_device_mac.h
|
| index 33ce2149e42a29523d1705b67f1a18910e1f7d02..6c8dc84f211f5bfdf5051d29f1bfd655d78d3eb3 100644
|
| --- a/skia/ext/bitmap_platform_device_mac.h
|
| +++ b/skia/ext/bitmap_platform_device_mac.h
|
| @@ -47,10 +47,6 @@ class SK_API BitmapPlatformDevice : public SkBitmapDevice, public PlatformDevice
|
|
|
| // PlatformDevice overrides
|
| CGContextRef GetBitmapContext() override;
|
| - void DrawToNativeContext(CGContextRef context,
|
| - int x,
|
| - int y,
|
| - const CGRect* src_rect) override;
|
|
|
| // SkBaseDevice overrides
|
| void setMatrixClip(const SkMatrix& transform,
|
|
|