| Index: Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.cpp | 
| diff --git a/Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.cpp b/Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.cpp | 
| index 7704bcef04dc2545772e881fc0ebb1e7ddc8889c..3380f9d44793a6610d900a24071ba43a386b60b3 100644 | 
| --- a/Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.cpp | 
| +++ b/Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.cpp | 
| @@ -269,7 +269,7 @@ void CompositedDeprecatedPaintLayerMapping::updateTransform(const ComputedStyle& | 
| // baked into it, and we don't want that. | 
| TransformationMatrix t; | 
| if (m_owningLayer.hasTransformRelatedProperty()) { | 
| -        style.applyTransform(t, LayoutSize(toLayoutBox(layoutObject())->pixelSnappedSize()), ComputedStyle::ExcludeTransformOrigin, ComputedStyle::IncludeMotionPath); | 
| +        style.applyTransform(t, LayoutSize(toLayoutBox(layoutObject())->pixelSnappedSize()), ComputedStyle::ExcludeTransformOrigin, ComputedStyle::IncludeMotionPath, ComputedStyle::IncludeIndependentTransformProperties); | 
| makeMatrixRenderable(t, compositor()->hasAcceleratedCompositing()); | 
| } | 
|  | 
|  |