| 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 82a84ac23e771ee4cd0384057e47a7179bc54d7e..977cdad7d9e955e51633c5bf96b52c822c35b0a5 100644
|
| --- a/skia/ext/bitmap_platform_device_cairo.h
|
| +++ b/skia/ext/bitmap_platform_device_cairo.h
|
| @@ -93,7 +93,6 @@ class BitmapPlatformDevice : public SkBitmapDevice, public PlatformDevice {
|
|
|
| protected:
|
| SkBaseDevice* onCreateCompatibleDevice(const CreateInfo& info) override;
|
| - virtual SkBaseDevice* onCreateDevice(const CreateInfo&, const SkPaint*);
|
|
|
| private:
|
| static BitmapPlatformDevice* Create(int width, int height, bool is_opaque,
|
|
|