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

Unified Diff: Source/web/PopupContainer.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/PinchViewports.h ('k') | Source/web/PopupListBox.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/PopupContainer.h
diff --git a/Source/web/PopupContainer.h b/Source/web/PopupContainer.h
index 1122bb0416b0d149f3a662ddeb6dc37d93a0ace7..9924442ee22125ec7861515b2b91e3b390e139b8 100644
--- a/Source/web/PopupContainer.h
+++ b/Source/web/PopupContainer.h
@@ -42,7 +42,7 @@ class ChromeClient;
class FrameView;
class PopupMenuClient;
-class PopupContainer : public FramelessScrollView {
+class PopupContainer FINAL : public FramelessScrollView {
public:
enum PopupType {
Select, // HTML select popup.
@@ -118,7 +118,7 @@ private:
friend class WTF::RefCounted<PopupContainer>;
PopupContainer(PopupMenuClient*, PopupType, bool deviceSupportsTouch);
- ~PopupContainer();
+ virtual ~PopupContainer();
// Paint the border.
void paintBorder(GraphicsContext*, const IntRect&);
« no previous file with comments | « Source/web/PinchViewports.h ('k') | Source/web/PopupListBox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698