| Index: Source/platform/graphics/StaticBitmapImage.h
|
| diff --git a/Source/platform/graphics/StaticBitmapImage.h b/Source/platform/graphics/StaticBitmapImage.h
|
| index 1ca1948f7bd5b5466466083aa378c93578d3b151..543d05abf58b4fbe7889a810d0162f4f587593bc 100644
|
| --- a/Source/platform/graphics/StaticBitmapImage.h
|
| +++ b/Source/platform/graphics/StaticBitmapImage.h
|
| @@ -20,7 +20,7 @@ public:
|
| virtual void draw(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, CompositeOperator, blink::WebBlendMode);
|
|
|
|
|
| - PassRefPtr<SkImage> skImage() OVERRIDE { return m_image; }
|
| + PassRefPtr<SkImage> skImage() override { return m_image; }
|
|
|
| protected:
|
| StaticBitmapImage(PassRefPtr<SkImage>);
|
|
|