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

Unified Diff: Source/web/WebPluginScrollbarImpl.h

Issue 135753002: Update web classes to use OVERRIDE / FINAL when needed (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 11 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/WebPluginContainerImpl.h ('k') | Source/web/WebPopupMenuImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebPluginScrollbarImpl.h
diff --git a/Source/web/WebPluginScrollbarImpl.h b/Source/web/WebPluginScrollbarImpl.h
index 05e10b3a3b4e5a759ca7eb80e8ecac4f8176c897..df1a04992d1ae9e0c5cea06261ae5911cdaa5c91 100644
--- a/Source/web/WebPluginScrollbarImpl.h
+++ b/Source/web/WebPluginScrollbarImpl.h
@@ -40,10 +40,10 @@ namespace blink {
class ScrollbarGroup;
-class WebPluginScrollbarImpl : public WebPluginScrollbar {
+class WebPluginScrollbarImpl FINAL : public WebPluginScrollbar {
public:
WebPluginScrollbarImpl(Orientation, ScrollbarGroup*, WebPluginScrollbarClient*);
- ~WebPluginScrollbarImpl();
+ virtual ~WebPluginScrollbarImpl();
void setScrollOffset(int);
void invalidateScrollbarRect(const WebCore::IntRect&);
« no previous file with comments | « Source/web/WebPluginContainerImpl.h ('k') | Source/web/WebPopupMenuImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698