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

Unified Diff: Source/platform/scroll/FramelessScrollView.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
« no previous file with comments | « Source/platform/network/WebSocketHandshakeRequest.h ('k') | Source/platform/scroll/ScrollView.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/scroll/FramelessScrollView.h
diff --git a/Source/platform/scroll/FramelessScrollView.h b/Source/platform/scroll/FramelessScrollView.h
index 2f15cbe9eb3875ec2f51afcb9477f72c994c7bf8..fd40d7b26be7a2b73b1a7bfb51e3e62feb1ff669 100644
--- a/Source/platform/scroll/FramelessScrollView.h
+++ b/Source/platform/scroll/FramelessScrollView.h
@@ -52,7 +52,7 @@ class PlatformWheelEvent;
class PLATFORM_EXPORT FramelessScrollView : public ScrollView {
public:
FramelessScrollView() : m_client(0) { }
- ~FramelessScrollView();
+ virtual ~FramelessScrollView();
FramelessScrollViewClient* client() const { return m_client; }
void setClient(FramelessScrollViewClient* client) { m_client = client; }
« no previous file with comments | « Source/platform/network/WebSocketHandshakeRequest.h ('k') | Source/platform/scroll/ScrollView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698