| Index: cc/trees/thread_proxy.cc
|
| diff --git a/cc/trees/thread_proxy.cc b/cc/trees/thread_proxy.cc
|
| index 94e8d89b7118cdbb4deec6686726189c51e08bba..f032156c9ca1c26b5ce87c467936940a0558ca55 100644
|
| --- a/cc/trees/thread_proxy.cc
|
| +++ b/cc/trees/thread_proxy.cc
|
| @@ -867,6 +867,8 @@ void ThreadProxy::BeginMainFrame(
|
| {
|
| TRACE_EVENT0("cc", "ThreadProxy::BeginMainFrame::commit");
|
|
|
| + layer_tree_host()->TraceCommit();
|
| +
|
| DebugScopedSetMainThreadBlocked main_thread_blocked(this);
|
|
|
| // This CapturePostTasks should be destroyed before CommitComplete() is
|
|
|