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

Unified Diff: third_party/WebKit/Source/core/css/CSSViewportRule.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/CSSViewportRule.h
diff --git a/third_party/WebKit/Source/core/css/CSSViewportRule.h b/third_party/WebKit/Source/core/css/CSSViewportRule.h
index f80db08284e5f85e0e81fddcbc220982e9716008..561aba5ccb93d1fc1072014cb9c5189e3df4725e 100644
--- a/third_party/WebKit/Source/core/css/CSSViewportRule.h
+++ b/third_party/WebKit/Source/core/css/CSSViewportRule.h
@@ -59,13 +59,13 @@ public:
private:
CSSViewportRule(StyleRuleViewport*, CSSStyleSheet*);
- CSSRule::Type type() const override { return VIEWPORT_RULE; }
+ CSSRule::Type type() const override { return kViewportRule; }
Member<StyleRuleViewport> m_viewportRule;
mutable Member<StyleRuleCSSStyleDeclaration> m_propertiesCSSOMWrapper;
};
-DEFINE_CSS_RULE_TYPE_CASTS(CSSViewportRule, VIEWPORT_RULE);
+DEFINE_CSS_RULE_TYPE_CASTS(CSSViewportRule, kViewportRule);
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSSupportsRule.h ('k') | third_party/WebKit/Source/core/css/ElementRuleCollector.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698