| Index: Source/core/rendering/compositing/CompositedLayerMapping.cpp
|
| diff --git a/Source/core/rendering/compositing/CompositedLayerMapping.cpp b/Source/core/rendering/compositing/CompositedLayerMapping.cpp
|
| index 592739d51bfde55c970559e0f205bcec517f5235..d4d2dd4c3636745463b0701784bca48e4a3bcb44 100644
|
| --- a/Source/core/rendering/compositing/CompositedLayerMapping.cpp
|
| +++ b/Source/core/rendering/compositing/CompositedLayerMapping.cpp
|
| @@ -667,7 +667,7 @@ GraphicsLayerUpdater::UpdateType CompositedLayerMapping::updateGraphicsLayerGeom
|
|
|
| // Set transform property, if it is not animating. We have to do this here because the transform
|
| // is affected by the layer dimensions.
|
| - if (!hasActiveAnimationsOnCompositor(*renderer(), CSSPropertyWebkitTransform))
|
| + if (!hasActiveAnimationsOnCompositor(*renderer(), CSSPropertyTransform))
|
| updateTransform(renderer()->style());
|
|
|
| // Set opacity, if it is not animating.
|
|
|