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

Unified Diff: sky/engine/core/css/MediaQueryExp.cpp

Issue 788883005: Remove REM units. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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
« no previous file with comments | « sky/engine/core/css/CSSToLengthConversionData.cpp ('k') | sky/engine/core/css/MediaValues.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/css/MediaQueryExp.cpp
diff --git a/sky/engine/core/css/MediaQueryExp.cpp b/sky/engine/core/css/MediaQueryExp.cpp
index 51d6c4830cee1c0ad90aaf0b1fa6f471fb16188f..d04a1234e874375dd701f9fa5a82db09ede89fc4 100644
--- a/sky/engine/core/css/MediaQueryExp.cpp
+++ b/sky/engine/core/css/MediaQueryExp.cpp
@@ -86,7 +86,6 @@ static bool positiveLengthUnit(const int unit)
case CSSPrimitiveValue::CSS_IN:
case CSSPrimitiveValue::CSS_PT:
case CSSPrimitiveValue::CSS_PC:
- case CSSPrimitiveValue::CSS_REMS:
case CSSPrimitiveValue::CSS_CHS:
return true;
}
« no previous file with comments | « sky/engine/core/css/CSSToLengthConversionData.cpp ('k') | sky/engine/core/css/MediaValues.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698