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

Unified Diff: Source/core/page/Page.h

Issue 1232333002: Fix virtual/override/final usage in the rest of Source/core/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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/page/EventSource.h ('k') | Source/core/page/PageSerializer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Page.h
diff --git a/Source/core/page/Page.h b/Source/core/page/Page.h
index 452abfe04671c8f17365b0b6654ceb42e7573395..caacfa8aac46e0bc86a27bec077aed3e4cfdeb30 100644
--- a/Source/core/page/Page.h
+++ b/Source/core/page/Page.h
@@ -90,7 +90,7 @@ public:
};
explicit Page(PageClients&);
- virtual ~Page();
+ ~Page() override;
void makeOrdinary();
@@ -209,7 +209,7 @@ private:
void setNeedsLayoutInAllFrames();
// SettingsDelegate overrides.
- virtual void settingsChanged(SettingsDelegate::ChangeType) override;
+ void settingsChanged(SettingsDelegate::ChangeType) override;
RefPtrWillBeMember<PageAnimator> m_animator;
const OwnPtr<AutoscrollController> m_autoscrollController;
« no previous file with comments | « Source/core/page/EventSource.h ('k') | Source/core/page/PageSerializer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698