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

Unified Diff: Source/core/rendering/RenderRegionSet.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/RenderQuote.h ('k') | Source/core/rendering/RenderReplaced.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/RenderRegionSet.h
diff --git a/Source/core/rendering/RenderRegionSet.h b/Source/core/rendering/RenderRegionSet.h
index aa8969d6763f9e308e5256698351c4648ddfc75c..a0963fbd09d3cab107a3388f04ce34a2f3c98183 100644
--- a/Source/core/rendering/RenderRegionSet.h
+++ b/Source/core/rendering/RenderRegionSet.h
@@ -53,13 +53,13 @@ protected:
virtual bool shouldHaveAutoLogicalHeight() const OVERRIDE { return false; }
private:
- virtual void installFlowThread() OVERRIDE;
+ virtual void installFlowThread() OVERRIDE FINAL;
- virtual void expandToEncompassFlowThreadContentsIfNeeded() OVERRIDE;
+ virtual void expandToEncompassFlowThreadContentsIfNeeded() OVERRIDE FINAL;
virtual const char* renderName() const = 0;
- virtual bool isRenderRegionSet() const OVERRIDE { return true; }
+ virtual bool isRenderRegionSet() const OVERRIDE FINAL { return true; }
};
} // namespace WebCore
« no previous file with comments | « Source/core/rendering/RenderQuote.h ('k') | Source/core/rendering/RenderReplaced.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698