Index: skia/ext/bitmap_platform_device_skia.h |
diff --git a/skia/ext/bitmap_platform_device_skia.h b/skia/ext/bitmap_platform_device_skia.h |
index 90a2a9a5ec3ec9afc15f0583e47bcd94fd882621..6a8fe7dc7b63f927aed3aaaa803ec7e55aed994c 100644 |
--- a/skia/ext/bitmap_platform_device_skia.h |
+++ b/skia/ext/bitmap_platform_device_skia.h |
@@ -35,13 +35,12 @@ class BitmapPlatformDevice : public SkBitmapDevice, public PlatformDevice { |
// we ever have to share state between some native drawing UI and Skia, like |
// the Windows and Mac versions of this class do. |
explicit BitmapPlatformDevice(const SkBitmap& other); |
- virtual ~BitmapPlatformDevice(); |
+ ~BitmapPlatformDevice() override; |
- virtual PlatformSurface BeginPlatformPaint() override; |
+ PlatformSurface BeginPlatformPaint() override; |
protected: |
- virtual SkBaseDevice* onCreateCompatibleDevice(const CreateInfo& info) |
- override; |
+ SkBaseDevice* onCreateCompatibleDevice(const CreateInfo& info) override; |
private: |
DISALLOW_COPY_AND_ASSIGN(BitmapPlatformDevice); |