Index: Source/core/rendering/compositing/CompositedLayerMapping.cpp |
diff --git a/Source/core/rendering/compositing/CompositedLayerMapping.cpp b/Source/core/rendering/compositing/CompositedLayerMapping.cpp |
index 136118ad029de170fc03c93fd1f32edcb189f742..fb97006236b2595e3a78e87329123ce15918e34d 100644 |
--- a/Source/core/rendering/compositing/CompositedLayerMapping.cpp |
+++ b/Source/core/rendering/compositing/CompositedLayerMapping.cpp |
@@ -641,7 +641,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. |