| 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 d17561ad8751214aed2d19a20d6d1a16fe34bc93..dbdd9b9fbb841b5f69965d1e5ec53544d63f7359 100644
|
| --- a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| +++ b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| @@ -3168,6 +3168,8 @@ const CSSValue* ComputedStyleCSSValueMapping::get(
|
| return CSSIdentifierValue::create(style.speak());
|
| case CSSPropertyTransform:
|
| return computedTransform(layoutObject, style);
|
| + case CSSPropertyTransformBox:
|
| + return CSSIdentifierValue::create(style.transformBox());
|
| case CSSPropertyTransformOrigin: {
|
| CSSValueList* list = CSSValueList::createSpaceSeparated();
|
| if (layoutObject) {
|
|
|