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 dc78562ebef703aa980c80d7d5947be054d3841e..8921117aa4d406a45b0adedd780d96ff5c14d02d 100644 |
--- a/skia/ext/bitmap_platform_device_mac.h |
+++ b/skia/ext/bitmap_platform_device_mac.h |
@@ -66,7 +66,7 @@ class SK_API BitmapPlatformDevice : public SkBitmapDevice, public PlatformDevice |
BitmapPlatformDevice(CGContextRef context, |
const SkBitmap& bitmap); |
- SkBaseDevice* onCreateDevice(const SkImageInfo& info, Usage usage) override; |
+ SkBaseDevice* onCreateCompatibleDevice(const CreateInfo& info) override; |
private: |
void ReleaseBitmapContext(); |