| Index: Source/core/rendering/CompositedLayerMapping.cpp
|
| diff --git a/Source/core/rendering/CompositedLayerMapping.cpp b/Source/core/rendering/CompositedLayerMapping.cpp
|
| index 536a35118a5c0041305fe0dc71df3395a7ec08f9..7252f3346ab76eb9aeac41980e6847d62776f097 100644
|
| --- a/Source/core/rendering/CompositedLayerMapping.cpp
|
| +++ b/Source/core/rendering/CompositedLayerMapping.cpp
|
| @@ -1918,7 +1918,7 @@ void CompositedLayerMapping::transitionFinished(CSSPropertyID property)
|
|
|
| void CompositedLayerMapping::notifyAnimationStarted(const GraphicsLayer*, double time)
|
| {
|
| - if (RuntimeEnabledFeatures::webAnimationsEnabled())
|
| + if (RuntimeEnabledFeatures::webAnimationsCSSEnabled())
|
| renderer()->node()->document().cssPendingAnimations().notifyCompositorAnimationStarted(monotonicallyIncreasingTime() - (currentTime() - time));
|
| else
|
| renderer()->animation().notifyAnimationStarted(renderer(), time);
|
|
|