| Index: Source/core/paint/DeprecatedPaintLayer.cpp
|
| diff --git a/Source/core/paint/DeprecatedPaintLayer.cpp b/Source/core/paint/DeprecatedPaintLayer.cpp
|
| index 3823e454e11d1101fab898758d27abdbd0584f40..affc215ca181c69ad20eb870a947e2911e1a6930 100644
|
| --- a/Source/core/paint/DeprecatedPaintLayer.cpp
|
| +++ b/Source/core/paint/DeprecatedPaintLayer.cpp
|
| @@ -341,7 +341,7 @@ void DeprecatedPaintLayer::updateTransformationMatrix()
|
| LayoutBox* box = layoutBox();
|
| ASSERT(box);
|
| m_transform->makeIdentity();
|
| - box->style()->applyTransform(*m_transform, LayoutSize(box->pixelSnappedSize()), ComputedStyle::IncludeTransformOrigin, ComputedStyle::IncludeMotionPath);
|
| + box->style()->applyTransform(*m_transform, LayoutSize(box->pixelSnappedSize()), ComputedStyle::IncludeTransformOrigin, ComputedStyle::IncludeMotionPath, ComputedStyle::IncludeIndependentTransformProperties);
|
| makeMatrixRenderable(*m_transform, compositor()->hasAcceleratedCompositing());
|
| }
|
| }
|
|
|