Index: Source/platform/graphics/GraphicsLayerDebugInfo.h |
diff --git a/Source/platform/graphics/GraphicsLayerDebugInfo.h b/Source/platform/graphics/GraphicsLayerDebugInfo.h |
index d70e0eb15c59e95d7077d582cc72bc07fd5a34b4..be57a28507415d4c48f2f102856c86b1a2cae849 100644 |
--- a/Source/platform/graphics/GraphicsLayerDebugInfo.h |
+++ b/Source/platform/graphics/GraphicsLayerDebugInfo.h |
@@ -44,9 +44,9 @@ namespace blink { |
class GraphicsLayerDebugInfo final : public WebGraphicsLayerDebugInfo { |
public: |
GraphicsLayerDebugInfo(); |
- virtual ~GraphicsLayerDebugInfo(); |
+ ~GraphicsLayerDebugInfo() override; |
- virtual void appendAsTraceFormat(WebString* out) const override; |
+ void appendAsTraceFormat(WebString* out) const override; |
GraphicsLayerDebugInfo* clone() const; |