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

Unified Diff: cc/trees/thread_proxy.h

Issue 14898002: Add LayerTreeHostSettings for synchronous compositor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 7 years, 8 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 d4738c6e70b9322a827b4d9cf31f1469257a2f1e..14293d4584bd8966e6ea14b96eac248278bce00d 100644
--- a/cc/trees/thread_proxy.h
+++ b/cc/trees/thread_proxy.h
@@ -248,6 +248,8 @@ class ThreadProxy : public Proxy,
bool render_vsync_notification_enabled_;
VSyncClient* vsync_client_;
+ bool enable_synchronous_compositing_;
+
bool inside_draw_;
bool defer_commits_;

Powered by Google App Engine
This is Rietveld 408576698