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

Unified Diff: cc/proxy.h

Issue 10690168: Aura: Resize locks with --ui-enable-threaded-compositing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Defer commits and rebase. 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
Index: cc/proxy.h
diff --git a/cc/proxy.h b/cc/proxy.h
index daddadeeb10ed45e697faa59f50b8cc283dccd5d..13ca91e68a3823d229810bc9ea9fba8f16abe565 100644
--- a/cc/proxy.h
+++ b/cc/proxy.h
@@ -65,6 +65,8 @@ public:
virtual void setNeedsCommit() = 0;
virtual void setNeedsRedraw() = 0;
+ virtual void setDeferCommits(bool) = 0;
jamesr 2012/10/23 17:50:44 Document
jonathan.backer 2012/10/23 19:26:42 Done.
+
virtual void didAddAnimation() = 0;
virtual bool commitRequested() const = 0;

Powered by Google App Engine
This is Rietveld 408576698