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

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

Issue 943463002: Initial implementation of font-size-adjust (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add some tests which need a rebaseline to TestExpectation Created 5 years, 10 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
« no previous file with comments | « Source/core/css/parser/CSSPropertyParser.cpp ('k') | Source/core/css/resolver/FontBuilder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/resolver/CSSPropertyPriority.h
diff --git a/Source/core/css/resolver/CSSPropertyPriority.h b/Source/core/css/resolver/CSSPropertyPriority.h
index 96fee8bdbb182e47266902ed6e86a08d82c5e0f1..3edca213d50cd3e52a5cf24fa10f37dfbe22fccb 100644
--- a/Source/core/css/resolver/CSSPropertyPriority.h
+++ b/Source/core/css/resolver/CSSPropertyPriority.h
@@ -39,7 +39,7 @@ inline CSSPropertyID CSSPropertyPriorityData<HighPropertyPriority>::first()
template<>
inline CSSPropertyID CSSPropertyPriorityData<HighPropertyPriority>::last()
{
- static_assert(CSSPropertyZoom == CSSPropertyColor + 16, "CSSPropertyZoom should be the end of the high priority property range");
+ static_assert(CSSPropertyZoom == CSSPropertyColor + 17, "CSSPropertyZoom should be the end of the high priority property range");
static_assert(CSSPropertyTextRendering == CSSPropertyZoom - 1, "CSSPropertyTextRendering should be immediately before CSSPropertyZoom");
return CSSPropertyZoom;
}
« no previous file with comments | « Source/core/css/parser/CSSPropertyParser.cpp ('k') | Source/core/css/resolver/FontBuilder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698