| 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..0739753fa532e28f7ca964d3b94075181bd17282 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::UserCoordinates:
|
| factor = 1;
|
| break;
|
| case CSSPrimitiveValue::UnitType::Exs:
|
|
|