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

Unified Diff: Source/core/plugins/PluginView.h

Issue 1232333002: Fix virtual/override/final usage in the rest of Source/core/. (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/core/paint/ThemePainterMac.h ('k') | Source/core/plugins/testing/DictionaryPluginPlaceholder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/plugins/PluginView.h
diff --git a/Source/core/plugins/PluginView.h b/Source/core/plugins/PluginView.h
index 888c143e1b8808d2a29a0cf45d1fb67b2efbf6b8..372d99925005214ba6fd36e2b4fae780773e16be 100644
--- a/Source/core/plugins/PluginView.h
+++ b/Source/core/plugins/PluginView.h
@@ -41,7 +41,7 @@ class ResourceResponse;
class PluginView : public Widget {
public:
- virtual bool isPluginView() const override final { return true; }
+ bool isPluginView() const final { return true; }
virtual WebLayer* platformLayer() const { return 0; }
virtual v8::Local<v8::Object> scriptableObject(v8::Isolate*) { return v8::Local<v8::Object>(); }
« no previous file with comments | « Source/core/paint/ThemePainterMac.h ('k') | Source/core/plugins/testing/DictionaryPluginPlaceholder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698