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 5394b40317a46dc87b92dbe6c144480c61213132..e032e63d1c9e72a3ed81a5f781a7a554439f44c0 100644 |
--- a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp |
+++ b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp |
@@ -3158,6 +3158,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) { |