| Index: Source/platform/graphics/ContentLayerDelegate.h
|
| diff --git a/Source/platform/graphics/ContentLayerDelegate.h b/Source/platform/graphics/ContentLayerDelegate.h
|
| index 467cb9e6c7fce530a9d7617bed20fe04c7113b74..cc5ad6e6bcaad539b442d09a485cdf129e58416c 100644
|
| --- a/Source/platform/graphics/ContentLayerDelegate.h
|
| +++ b/Source/platform/graphics/ContentLayerDelegate.h
|
| @@ -59,7 +59,7 @@ public:
|
| }
|
|
|
| // WebContentLayerClient implementation.
|
| - virtual void paintContents(SkCanvas*, const WebRect& clip, bool canPaintLCDText, WebContentLayerClient::GraphicsContextStatus = GraphicsContextEnabled) OVERRIDE;
|
| + virtual void paintContents(SkCanvas*, const WebRect& clip, bool canPaintLCDText, WebContentLayerClient::GraphicsContextStatus = GraphicsContextEnabled) override;
|
|
|
| private:
|
| GraphicsContextPainter* m_painter;
|
|
|