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

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

Issue 2068053002: Rename Blink constants generated from IDL files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 4 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
Index: third_party/WebKit/Source/core/css/CSSPageRule.h
diff --git a/third_party/WebKit/Source/core/css/CSSPageRule.h b/third_party/WebKit/Source/core/css/CSSPageRule.h
index f59f8868b2ca141499a96700cc1ccec0d47cba96..7658fc18d0ca4519d38a198c6ffd49c8787909d0 100644
--- a/third_party/WebKit/Source/core/css/CSSPageRule.h
+++ b/third_party/WebKit/Source/core/css/CSSPageRule.h
@@ -55,13 +55,13 @@ public:
private:
CSSPageRule(StyleRulePage*, CSSStyleSheet*);
- CSSRule::Type type() const override { return PAGE_RULE; }
+ CSSRule::Type type() const override { return kPageRule; }
Member<StyleRulePage> m_pageRule;
mutable Member<StyleRuleCSSStyleDeclaration> m_propertiesCSSOMWrapper;
};
-DEFINE_CSS_RULE_TYPE_CASTS(CSSPageRule, PAGE_RULE);
+DEFINE_CSS_RULE_TYPE_CASTS(CSSPageRule, kPageRule);
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSNamespaceRule.h ('k') | third_party/WebKit/Source/core/css/CSSPageRuleTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698