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

Unified Diff: cc/trees/single_thread_proxy.h

Issue 337693005: cc: Control defer_commits logic by Scheduler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 1 month 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.h
diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
index 3eba6bb87e4b75ecaec16bf94cc2102bf0b81831..719ce392ecae30a477fa15aba18df99bf8c3b913 100644
--- a/cc/trees/single_thread_proxy.h
+++ b/cc/trees/single_thread_proxy.h
@@ -152,7 +152,6 @@ class CC_EXPORT SingleThreadProxy : public Proxy,
bool inside_draw_;
bool defer_commits_;
- bool commit_was_deferred_;
bool commit_requested_;
bool inside_synchronous_composite_;

Powered by Google App Engine
This is Rietveld 408576698