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

Unified Diff: third_party/WebKit/Source/core/css/CSSKeyframesRule.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/CSSKeyframesRule.h
diff --git a/third_party/WebKit/Source/core/css/CSSKeyframesRule.h b/third_party/WebKit/Source/core/css/CSSKeyframesRule.h
index d8ec8072b7ad1be12f0e299961e0ff73087f7354..8363c6a6e1f94b3370e40da8fe503bfee566184d 100644
--- a/third_party/WebKit/Source/core/css/CSSKeyframesRule.h
+++ b/third_party/WebKit/Source/core/css/CSSKeyframesRule.h
@@ -115,7 +115,7 @@ public:
private:
CSSKeyframesRule(StyleRuleKeyframes*, CSSStyleSheet* parent);
- CSSRule::Type type() const override { return KEYFRAMES_RULE; }
+ CSSRule::Type type() const override { return kKeyframesRule; }
Member<StyleRuleKeyframes> m_keyframesRule;
mutable HeapVector<Member<CSSKeyframeRule>> m_childRuleCSSOMWrappers;
@@ -123,7 +123,7 @@ private:
bool m_isPrefixed;
};
-DEFINE_CSS_RULE_TYPE_CASTS(CSSKeyframesRule, KEYFRAMES_RULE);
+DEFINE_CSS_RULE_TYPE_CASTS(CSSKeyframesRule, kKeyframesRule);
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSKeyframeRule.h ('k') | third_party/WebKit/Source/core/css/CSSMediaRule.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698