| Index: Source/platform/graphics/GraphicsLayerDebugInfo.h
|
| diff --git a/Source/platform/graphics/GraphicsLayerDebugInfo.h b/Source/platform/graphics/GraphicsLayerDebugInfo.h
|
| index ee81ab6c5c96b2b22c7232d62a460e2d62cafa36..450df94e5333435c3422c4ab7d56be8537ea80c4 100644
|
| --- a/Source/platform/graphics/GraphicsLayerDebugInfo.h
|
| +++ b/Source/platform/graphics/GraphicsLayerDebugInfo.h
|
| @@ -46,7 +46,7 @@ public:
|
| GraphicsLayerDebugInfo();
|
| virtual ~GraphicsLayerDebugInfo();
|
|
|
| - virtual void appendAsTraceFormat(WebString* out) const OVERRIDE;
|
| + virtual void appendAsTraceFormat(WebString* out) const override;
|
|
|
| GraphicsLayerDebugInfo* clone() const;
|
|
|
|
|