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

Unified Diff: third_party/WebKit/Source/core/css/CSSImportRule.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/CSSImportRule.h
diff --git a/third_party/WebKit/Source/core/css/CSSImportRule.h b/third_party/WebKit/Source/core/css/CSSImportRule.h
index 0796dc82fbc8e464d85b4c580b08a024cbb71a19..0846fbcbd5a81725b48affaa1a444cea6a26693c 100644
--- a/third_party/WebKit/Source/core/css/CSSImportRule.h
+++ b/third_party/WebKit/Source/core/css/CSSImportRule.h
@@ -52,14 +52,14 @@ public:
private:
CSSImportRule(StyleRuleImport*, CSSStyleSheet*);
- CSSRule::Type type() const override { return IMPORT_RULE; }
+ CSSRule::Type type() const override { return kImportRule; }
Member<StyleRuleImport> m_importRule;
mutable Member<MediaList> m_mediaCSSOMWrapper;
mutable Member<CSSStyleSheet> m_styleSheetCSSOMWrapper;
};
-DEFINE_CSS_RULE_TYPE_CASTS(CSSImportRule, IMPORT_RULE);
+DEFINE_CSS_RULE_TYPE_CASTS(CSSImportRule, kImportRule);
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSFontFaceRule.h ('k') | third_party/WebKit/Source/core/css/CSSKeyframeRule.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698