Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(178)

Unified Diff: Source/platform/graphics/GraphicsLayerDebugInfo.h

Issue 1213003004: Fix virtual/override/final usage in Source/platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/platform/graphics/GraphicsLayer.h ('k') | Source/platform/graphics/ImageDecodingStore.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/platform/graphics/GraphicsLayer.h ('k') | Source/platform/graphics/ImageDecodingStore.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698