Index: third_party/WebKit/Source/core/css/MediaValues.cpp |
diff --git a/third_party/WebKit/Source/core/css/MediaValues.cpp b/third_party/WebKit/Source/core/css/MediaValues.cpp |
index 3fb45985deba8db39a43ad2c22c210fba13b1e92..294df98397efd6f9b0d41719738fdfc098939d3f 100644 |
--- a/third_party/WebKit/Source/core/css/MediaValues.cpp |
+++ b/third_party/WebKit/Source/core/css/MediaValues.cpp |
@@ -167,6 +167,7 @@ bool MediaValues::computeLengthImpl(double value, CSSPrimitiveValue::UnitType ty |
factor = defaultFontSize; |
break; |
case CSSPrimitiveValue::UnitType::Pixels: |
+ case CSSPrimitiveValue::UnitType::UserUnits: |
factor = 1; |
break; |
case CSSPrimitiveValue::UnitType::Exs: |