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

Unified Diff: cc/layer_tree_host.h

Issue 10690168: Aura: Resize locks with --ui-enable-threaded-compositing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: OSX compile fix. Created 8 years, 2 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
« no previous file with comments | « ash/wm/window_animations.cc ('k') | cc/layer_tree_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer_tree_host.h
diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h
index f64862e0f433fe6f385568508fd47f96ba934c7b..12e7750ce456f9d8852c49567a87d67ae2eef950 100644
--- a/cc/layer_tree_host.h
+++ b/cc/layer_tree_host.h
@@ -143,6 +143,11 @@ public:
void finishAllRendering();
+ void setDeferCommits(bool deferCommits);
+
+ // Test only hook
+ virtual void didDeferCommit();
+
int commitNumber() const { return m_commitNumber; }
void renderingStats(RenderingStats*) const;
« no previous file with comments | « ash/wm/window_animations.cc ('k') | cc/layer_tree_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698