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

Unified Diff: third_party/WebKit/Source/core/css/CSSSupportsRule.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/CSSSupportsRule.h
diff --git a/third_party/WebKit/Source/core/css/CSSSupportsRule.h b/third_party/WebKit/Source/core/css/CSSSupportsRule.h
index fd3b3a4588e3631d177b9328cefa738c5f3ed964..2a65a2af060dcdcba3f3608b863314e84b932a27 100644
--- a/third_party/WebKit/Source/core/css/CSSSupportsRule.h
+++ b/third_party/WebKit/Source/core/css/CSSSupportsRule.h
@@ -54,10 +54,10 @@ public:
private:
CSSSupportsRule(StyleRuleSupports*, CSSStyleSheet*);
- CSSRule::Type type() const override { return SUPPORTS_RULE; }
+ CSSRule::Type type() const override { return kSupportsRule; }
};
-DEFINE_CSS_RULE_TYPE_CASTS(CSSSupportsRule, SUPPORTS_RULE);
+DEFINE_CSS_RULE_TYPE_CASTS(CSSSupportsRule, kSupportsRule);
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSStyleSheet.cpp ('k') | third_party/WebKit/Source/core/css/CSSViewportRule.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698