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

Unified Diff: Source/core/rendering/RenderMenuList.h

Issue 14383002: Apply FINAL to the RenderObject hierarchy. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase, add OVERRIDEs. Created 7 years, 8 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/rendering/RenderMediaControlElements.h ('k') | Source/core/rendering/RenderMeter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/RenderMenuList.h
diff --git a/Source/core/rendering/RenderMenuList.h b/Source/core/rendering/RenderMenuList.h
index bd203b692f5527c6ea1b74c0832e22a3b122a1b5..e158cae59f749f9eca383b4e8f143eda46c51a68 100644
--- a/Source/core/rendering/RenderMenuList.h
+++ b/Source/core/rendering/RenderMenuList.h
@@ -34,7 +34,7 @@ namespace WebCore {
class HTMLSelectElement;
class RenderText;
-class RenderMenuList : public RenderFlexibleBox, private PopupMenuClient {
+class RenderMenuList FINAL : public RenderFlexibleBox, private PopupMenuClient {
public:
RenderMenuList(Element*);
« no previous file with comments | « Source/core/rendering/RenderMediaControlElements.h ('k') | Source/core/rendering/RenderMeter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698