| 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 e50a948574f2ca8cd96a776b7bac68d06d7fc228..6862c52a196ac94ec8dfb27934af08fcbd2d5bc1 100644
|
| --- a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| +++ b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| @@ -3538,8 +3538,7 @@ const CSSValue* ComputedStyleCSSValueMapping::get(
|
| style);
|
| case CSSPropertyTranslate: {
|
| if (!style.translate())
|
| - return CSSPrimitiveValue::create(0,
|
| - CSSPrimitiveValue::UnitType::Pixels);
|
| + return CSSIdentifierValue::create(CSSValueNone);
|
|
|
| CSSValueList* list = CSSValueList::createSpaceSeparated();
|
| if (layoutObject && layoutObject->isBox()) {
|
|
|