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

Unified Diff: Source/platform/exported/WebScrollbarThemeClientImpl.h

Issue 137933002: Update more platform classes to use OVERRIDE / FINAL when needed (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: Source/platform/exported/WebScrollbarThemeClientImpl.h
diff --git a/Source/platform/exported/WebScrollbarThemeClientImpl.h b/Source/platform/exported/WebScrollbarThemeClientImpl.h
index b942086bb90524e5cd03de988599dd4e2fb99585..802d4601c0dbff24e65d993134192e4de4899e98 100644
--- a/Source/platform/exported/WebScrollbarThemeClientImpl.h
+++ b/Source/platform/exported/WebScrollbarThemeClientImpl.h
@@ -41,7 +41,7 @@ public:
// Caller must retain ownership of this pointer and ensure that its lifetime
// exceeds this instance.
WebScrollbarThemeClientImpl(blink::WebScrollbar*);
- ~WebScrollbarThemeClientImpl();
+ virtual ~WebScrollbarThemeClientImpl();
// Implement ScrollbarThemeClient interface
virtual int x() const OVERRIDE;
« no previous file with comments | « Source/platform/drm/ContentDecryptionModuleSession.h ('k') | Source/platform/graphics/DiscardablePixelRef.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698