| 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 ec6e0d91033fe1484af5a5eb6bc277688a752ad2..96a1e17972df6c74af7bbee6ff252aa126bb7663 100644
|
| --- a/skia/ext/bitmap_platform_device_cairo.h
|
| +++ b/skia/ext/bitmap_platform_device_cairo.h
|
| @@ -92,7 +92,6 @@ class BitmapPlatformDevice : public SkBitmapDevice, public PlatformDevice {
|
| cairo_t* BeginPlatformPaint() override;
|
|
|
| protected:
|
| - SkBaseDevice* onCreateCompatibleDevice(const CreateInfo& info) override;
|
| SkBaseDevice* onCreateDevice(const CreateInfo&, const SkPaint*) override;
|
|
|
| private:
|
|
|