| Index: skia/ext/bitmap_platform_device_cairo.h
|
| diff --git a/skia/ext/bitmap_platform_device_cairo.h b/skia/ext/bitmap_platform_device_cairo.h
|
| index 67a2f1943b5b96c5e6b6826d0605e23db2ccdf59..938dd159103b98a26452b63bf84b702e8cd1f670 100644
|
| --- a/skia/ext/bitmap_platform_device_cairo.h
|
| +++ b/skia/ext/bitmap_platform_device_cairo.h
|
| @@ -89,8 +89,6 @@ class BitmapPlatformDevice : public SkBitmapDevice, public PlatformDevice {
|
|
|
| // Overridden from PlatformDevice:
|
| virtual cairo_t* BeginPlatformPaint() override;
|
| - virtual void DrawToNativeContext(PlatformSurface surface, int x, int y,
|
| - const PlatformRect* src_rect) override;
|
|
|
| protected:
|
| virtual SkBaseDevice* onCreateCompatibleDevice(const CreateInfo& info)
|
|
|