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

Unified Diff: Source/core/css/CSSPageRule.h

Issue 129063002: Update CSS classes to use OVERRIDE / FINAL when needed (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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/core/css/CSSMediaRule.h ('k') | Source/core/css/CSSRegionRule.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSPageRule.h
diff --git a/Source/core/css/CSSPageRule.h b/Source/core/css/CSSPageRule.h
index 4aa0f696e638606d1051adae74693375eb4e05a6..1a49ec6cd72fc96eace7eb5e61c1f6f456e1029c 100644
--- a/Source/core/css/CSSPageRule.h
+++ b/Source/core/css/CSSPageRule.h
@@ -31,7 +31,7 @@ class CSSStyleSheet;
class StyleRulePage;
class StyleRuleCSSStyleDeclaration;
-class CSSPageRule : public CSSRule {
+class CSSPageRule FINAL : public CSSRule {
public:
static PassRefPtr<CSSPageRule> create(StyleRulePage* rule, CSSStyleSheet* sheet) { return adoptRef(new CSSPageRule(rule, sheet)); }
« no previous file with comments | « Source/core/css/CSSMediaRule.h ('k') | Source/core/css/CSSRegionRule.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698