Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5028)

Unified Diff: cc/trees/single_thread_proxy.cc

Issue 2158973002: cc: Clean up LayerTreeTest and TestHooks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: proxy-impls: android-build Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698