| Index: third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| index 6862c52a196ac94ec8dfb27934af08fcbd2d5bc1..735c62a1447b5dacbec39aabd8945f1ef9fee680 100644
|
| --- a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| +++ b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| @@ -3570,8 +3570,7 @@ const CSSValue* ComputedStyleCSSValueMapping::get(
|
| }
|
| case CSSPropertyRotate: {
|
| if (!style.rotate())
|
| - return CSSPrimitiveValue::create(0,
|
| - CSSPrimitiveValue::UnitType::Degrees);
|
| + return CSSIdentifierValue::create(CSSValueNone);
|
|
|
| CSSValueList* list = CSSValueList::createSpaceSeparated();
|
| if (style.rotate()->x() != 0 || style.rotate()->y() != 0 ||
|
|
|