| 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 baa99ad7294944dd234267c5c5245ef9611e4016..a6b98f07475d630baa2288a81cf9c8d20d6e7f80 100644
|
| --- a/skia/ext/bitmap_platform_device_mac.h
|
| +++ b/skia/ext/bitmap_platform_device_mac.h
|
| @@ -41,7 +41,7 @@ class BitmapPlatformDevice : public PlatformDevice, public SkDevice {
|
| virtual ~BitmapPlatformDevice();
|
|
|
| // PlatformDevice overrides
|
| - virtual CGContextRef GetBitmapContext();
|
| + virtual CGContextRef GetBitmapContext() OVERRIDE;
|
| virtual void DrawToNativeContext(CGContextRef context, int x, int y,
|
| const CGRect* src_rect) OVERRIDE;
|
|
|
|
|