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

Unified Diff: cc/trees/thread_proxy.h

Issue 22320019: cc: Start commit early and block on tree activation (Closed) Base URL: http://git.chromium.org/chromium/src.git@usedl26
Patch Set: Created 7 years, 4 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/thread_proxy.h
diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h
index 5c8ba345ae1765e861540b548fdb4a18385a843f..743232eedbc0012ec558f54bb6583eb39a5f35f3 100644
--- a/cc/trees/thread_proxy.h
+++ b/cc/trees/thread_proxy.h
@@ -228,6 +228,9 @@ class ThreadProxy : public Proxy,
CompletionEvent*
begin_frame_sent_to_main_thread_completion_event_on_impl_thread_;
+ // Set when there is a pending tree on a commit.
+ base::Closure deferred_start_commit_on_impl_thread_;
+
// Set when the main thread is waiting on a readback.
ReadbackRequest* readback_request_on_impl_thread_;

Powered by Google App Engine
This is Rietveld 408576698