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

Unified Diff: Source/web/GraphicsLayerFactoryChromium.h

Issue 1230533002: Fix virtual/override/final usage in Source/web/. (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/web/GeolocationClientProxy.h ('k') | Source/web/ImageDecodeBench.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/GraphicsLayerFactoryChromium.h
diff --git a/Source/web/GraphicsLayerFactoryChromium.h b/Source/web/GraphicsLayerFactoryChromium.h
index b876bf560128954d38e9ad561eea1fba941648c4..8cfe3617ea7db8ac5504d3c40b6d40a399305bf9 100644
--- a/Source/web/GraphicsLayerFactoryChromium.h
+++ b/Source/web/GraphicsLayerFactoryChromium.h
@@ -35,9 +35,9 @@ class GraphicsLayerFactoryChromium final : public GraphicsLayerFactory {
public:
explicit GraphicsLayerFactoryChromium(WebViewImpl*);
- virtual ~GraphicsLayerFactoryChromium();
+ ~GraphicsLayerFactoryChromium() override;
- virtual PassOwnPtr<GraphicsLayer> createGraphicsLayer(GraphicsLayerClient*) override;
+ PassOwnPtr<GraphicsLayer> createGraphicsLayer(GraphicsLayerClient*) override;
private:
// The owner of this GraphicsLayerFactoryChromium.
« no previous file with comments | « Source/web/GeolocationClientProxy.h ('k') | Source/web/ImageDecodeBench.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698