| Index: Source/core/rendering/CompositedLayerMapping.cpp
|
| diff --git a/Source/core/rendering/CompositedLayerMapping.cpp b/Source/core/rendering/CompositedLayerMapping.cpp
|
| index 383e2d1ba84bd928b8aa8844e554940253280754..8a1fae7e67f12370dffa5a5090dae4d4909e4d68 100644
|
| --- a/Source/core/rendering/CompositedLayerMapping.cpp
|
| +++ b/Source/core/rendering/CompositedLayerMapping.cpp
|
| @@ -1941,7 +1941,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);
|
|
|