| Index: Source/core/animation/CompositorPendingAnimations.cpp
|
| diff --git a/Source/core/animation/CompositorPendingAnimations.cpp b/Source/core/animation/CompositorPendingAnimations.cpp
|
| index c4aa6897798e1e4f7f690e17e635cd1435dffdd9..f8beb76377a61f826f1e3229438fab4a5742ddcb 100644
|
| --- a/Source/core/animation/CompositorPendingAnimations.cpp
|
| +++ b/Source/core/animation/CompositorPendingAnimations.cpp
|
| @@ -122,6 +122,7 @@ bool CompositorPendingAnimations::update(bool startOnCompositor)
|
|
|
| void CompositorPendingAnimations::notifyCompositorAnimationStarted(double monotonicAnimationStartTime)
|
| {
|
| + TRACE_EVENT0("blink", "CompositorPendingAnimations::notifyCompositorAnimationStarted");
|
| for (size_t i = 0; i < m_waitingForCompositorAnimationStart.size(); ++i) {
|
| AnimationPlayer* player = m_waitingForCompositorAnimationStart[i].get();
|
| if (player->hasStartTime())
|
|
|