Index: Source/core/css/ComputedStyleCSSValueMapping.cpp |
diff --git a/Source/core/css/ComputedStyleCSSValueMapping.cpp b/Source/core/css/ComputedStyleCSSValueMapping.cpp |
index 4c8e0e406815643bab17c6902817f83b2cf36407..1ba3db88a1594fc201f04b5adce1feb89fa51e81 100644 |
--- a/Source/core/css/ComputedStyleCSSValueMapping.cpp |
+++ b/Source/core/css/ComputedStyleCSSValueMapping.cpp |
@@ -956,7 +956,6 @@ static PassRefPtrWillBeRawPtr<CSSValue> computedTransform(const LayoutObject* la |
TransformationMatrix transform; |
style.applyTransform(transform, LayoutSize(box.size()), ComputedStyle::ExcludeTransformOrigin, ComputedStyle::ExcludeMotionPath, ComputedStyle::ExcludeIndependentTransformProperties); |
- |
Eric Willigers
2015/06/23 06:50:48
There is no need to touch this file.
soonm
2015/06/24 00:26:45
Done - Reverted
|
// FIXME: Need to print out individual functions (https://bugs.webkit.org/show_bug.cgi?id=23924) |
RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createSpaceSeparated(); |
list->append(valueForMatrixTransform(transform, style)); |