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

Unified Diff: cc/trees/thread_proxy.h

Issue 139053002: cc: Release main thread earlier (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tests broken by raciness Created 6 years, 11 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 7da65a1835106447827ef55f3b2c8d489b9ef1dd..dacd9cb72e030abdda562cb42a41113aeec7ea18 100644
--- a/cc/trees/thread_proxy.h
+++ b/cc/trees/thread_proxy.h
@@ -229,7 +229,7 @@ class ThreadProxy : public Proxy,
// Accessed on the main thread, or when main thread is blocked.
bool commit_waits_for_activation_;
- bool inside_commit_;
+ bool main_thread_inside_commit_;
scoped_ptr<LayerTreeHostImpl> layer_tree_host_impl_;

Powered by Google App Engine
This is Rietveld 408576698