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..5b0fb57027e476c8eb01c62f718c3d1a2a639ce2 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_->ReadyToCommit(); |
layer_tree_host_impl_->BeginCommit(); |
// TODO(robliao): Remove ScopedTracker below once https://crbug.com/461509 |