| Index: cc/trees/single_thread_proxy.cc
|
| diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc
|
| index 0e1dee6e959e7f3ddb2abe40f8cab4eb71485506..778a2becf7b251eabffd5b580f15e1beb1e33d49 100644
|
| --- a/cc/trees/single_thread_proxy.cc
|
| +++ b/cc/trees/single_thread_proxy.cc
|
| @@ -236,6 +236,7 @@ void SingleThreadProxy::DoCommit() {
|
| commit_blocking_task_runner_.reset(new BlockingTaskRunner::CapturePostTasks(
|
| task_runner_provider_->blocking_main_thread_task_runner()));
|
|
|
| + layer_tree_host_impl_->BeginMainFrameCompleted();
|
| layer_tree_host_impl_->BeginCommit();
|
|
|
| // TODO(robliao): Remove ScopedTracker below once https://crbug.com/461509
|
|
|