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

Unified Diff: sky/engine/web/GraphicsLayerFactoryChromium.h

Issue 727933002: Remove FINAL macro to make chromium presubmit happy (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/engine/web/FrameLoaderClientImpl.h ('k') | sky/engine/web/LinkHighlight.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/web/GraphicsLayerFactoryChromium.h
diff --git a/sky/engine/web/GraphicsLayerFactoryChromium.h b/sky/engine/web/GraphicsLayerFactoryChromium.h
index 759e2d3373afc534832937922f1213ba00dc5103..b876bf560128954d38e9ad561eea1fba941648c4 100644
--- a/sky/engine/web/GraphicsLayerFactoryChromium.h
+++ b/sky/engine/web/GraphicsLayerFactoryChromium.h
@@ -31,7 +31,7 @@
namespace blink {
class WebViewImpl;
-class GraphicsLayerFactoryChromium FINAL : public GraphicsLayerFactory {
+class GraphicsLayerFactoryChromium final : public GraphicsLayerFactory {
public:
explicit GraphicsLayerFactoryChromium(WebViewImpl*);
« no previous file with comments | « sky/engine/web/FrameLoaderClientImpl.h ('k') | sky/engine/web/LinkHighlight.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698