| Index: Source/WebCore/css/CSSComputedStyleDeclaration.cpp
|
| diff --git a/Source/WebCore/css/CSSComputedStyleDeclaration.cpp b/Source/WebCore/css/CSSComputedStyleDeclaration.cpp
|
| index 5a4be66d108de6ab0db6e6fccbd9c175321b3fa2..069f63b6b9e547aa23f4697114e07c7fc14d63bb 100644
|
| --- a/Source/WebCore/css/CSSComputedStyleDeclaration.cpp
|
| +++ b/Source/WebCore/css/CSSComputedStyleDeclaration.cpp
|
| @@ -807,7 +807,6 @@ static PassRefPtr<CSSValue> computedTransform(RenderObject* renderer, const Rend
|
|
|
| TransformationMatrix transform;
|
| style->applyTransform(transform, box.size(), RenderStyle::ExcludeTransformOrigin);
|
| - // Note that this does not flatten to an affine transform if ENABLE(3D_RENDERING) is off, by design.
|
|
|
| // FIXME: Need to print out individual functions (https://bugs.webkit.org/show_bug.cgi?id=23924)
|
| RefPtr<CSSValueList> list = CSSValueList::createSpaceSeparated();
|
|
|