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

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 fa300dea4c7b03efdf8a9a54e5e8584b6a973fd5..12e2e365791e4c52617254df3a72f793cd14b3d8 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