| Index: Source/core/paint/DeprecatedPaintLayer.cpp | 
| diff --git a/Source/core/paint/DeprecatedPaintLayer.cpp b/Source/core/paint/DeprecatedPaintLayer.cpp | 
| index b76ef401ce7d5e81619862e1ec501a8019b035d5..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); | 
| +        box->style()->applyTransform(*m_transform, LayoutSize(box->pixelSnappedSize()), ComputedStyle::IncludeTransformOrigin, ComputedStyle::IncludeMotionPath, ComputedStyle::IncludeIndependentTransformProperties); | 
| makeMatrixRenderable(*m_transform, compositor()->hasAcceleratedCompositing()); | 
| } | 
| } | 
|  |