| 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 6c8dc84f211f5bfdf5051d29f1bfd655d78d3eb3..566924bb8d1b81a1839c242aa7c8360be94ded4f 100644
|
| --- a/skia/ext/bitmap_platform_device_mac.h
|
| +++ b/skia/ext/bitmap_platform_device_mac.h
|
| @@ -57,7 +57,7 @@ class SK_API BitmapPlatformDevice : public SkBitmapDevice, public PlatformDevice
|
| BitmapPlatformDevice(CGContextRef context,
|
| const SkBitmap& bitmap);
|
|
|
| - SkBaseDevice* onCreateCompatibleDevice(const CreateInfo& info) override;
|
| + SkBaseDevice* onCreateDevice(const CreateInfo&, const SkPaint*) override;
|
|
|
| private:
|
| void ReleaseBitmapContext();
|
|
|