| 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 f1bb375c88f6cf5643489da07ecafc5511a2ae18..f670dea2d118b073eea27ec6615fb063f7351207 100644
|
| --- a/skia/ext/bitmap_platform_device_skia.h
|
| +++ b/skia/ext/bitmap_platform_device_skia.h
|
| @@ -42,13 +42,13 @@ class BitmapPlatformDevice : public SkBitmapDevice, public PlatformDevice {
|
| explicit BitmapPlatformDevice(const SkBitmap& other);
|
| virtual ~BitmapPlatformDevice();
|
|
|
| - virtual PlatformSurface BeginPlatformPaint() OVERRIDE;
|
| + virtual PlatformSurface BeginPlatformPaint() override;
|
| virtual void DrawToNativeContext(PlatformSurface surface, int x, int y,
|
| - const PlatformRect* src_rect) OVERRIDE;
|
| + const PlatformRect* src_rect) override;
|
|
|
| protected:
|
| virtual SkBaseDevice* onCreateDevice(const SkImageInfo& info,
|
| - Usage usage) OVERRIDE;
|
| + Usage usage) override;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(BitmapPlatformDevice);
|
|
|