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

Unified Diff: third_party/WebKit/Source/core/css/resolver/CSSPropertyPriority.h

Issue 2558053002: Add CSS support for font-variation-settings (Closed)
Patch Set: DCHECK corrected, newline removed. Created 4 years 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/resolver/CSSPropertyPriority.h
diff --git a/third_party/WebKit/Source/core/css/resolver/CSSPropertyPriority.h b/third_party/WebKit/Source/core/css/resolver/CSSPropertyPriority.h
index fc511fdaa26ffa06eec7c51c16ed5226d2f1ab8b..c8df1616d970f1aa01bf748e99a6e400aaa4f62b 100644
--- a/third_party/WebKit/Source/core/css/resolver/CSSPropertyPriority.h
+++ b/third_party/WebKit/Source/core/css/resolver/CSSPropertyPriority.h
@@ -80,7 +80,7 @@ inline CSSPropertyID CSSPropertyPriorityData<HighPropertyPriority>::first() {
template <>
inline CSSPropertyID CSSPropertyPriorityData<HighPropertyPriority>::last() {
static_assert(
- CSSPropertyZoom == CSSPropertyColor + 20,
+ CSSPropertyZoom == CSSPropertyColor + 21,
"CSSPropertyZoom should be the end of the high priority property range");
static_assert(
CSSPropertyTextRendering == CSSPropertyZoom - 1,

Powered by Google App Engine
This is Rietveld 408576698