| Index: cc/trees/thread_proxy.cc
|
| diff --git a/cc/trees/thread_proxy.cc b/cc/trees/thread_proxy.cc
|
| index 88f1314c6d1c39bb4cba32910a81642a725cdeeb..5ee43aba95c327f3d0ab7c8e2c891a9d1fb6b758 100644
|
| --- a/cc/trees/thread_proxy.cc
|
| +++ b/cc/trees/thread_proxy.cc
|
| @@ -796,6 +796,8 @@ void ThreadProxy::BeginMainFrame(
|
| bool updated = layer_tree_host()->UpdateLayers(queue.get());
|
|
|
| layer_tree_host()->WillCommit();
|
| + devtools_instrumentation::ScopedCommitTrace commit_task(
|
| + layer_tree_host()->id());
|
|
|
| // Before calling animate, we set main().animate_requested to false. If it is
|
| // true now, it means SetNeedAnimate was called again, but during a state when
|
|
|