Index: Source/core/rendering/compositing/CompositedLayerMapping.cpp |
diff --git a/Source/core/rendering/compositing/CompositedLayerMapping.cpp b/Source/core/rendering/compositing/CompositedLayerMapping.cpp |
index 00baef8e6be1cc0e9e512806d81a1bee5985115f..75b37f90f8787b51cb3dc6b1bfb0df2ef2720e67 100644 |
--- a/Source/core/rendering/compositing/CompositedLayerMapping.cpp |
+++ b/Source/core/rendering/compositing/CompositedLayerMapping.cpp |
@@ -667,7 +667,7 @@ void CompositedLayerMapping::updateGraphicsLayerGeometry(GraphicsLayerUpdater::U |
// 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. |