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

Unified Diff: cc/trees/proxy.h

Issue 348093004: Make cc output surface creation async (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sievers review Created 6 years, 6 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/proxy.h
diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h
index 4066513773c01c0efba5fb200e1bf1d55a7c82cf..8b0e2429d6eb739e92b50f22160f2405f9742d18 100644
--- a/cc/trees/proxy.h
+++ b/cc/trees/proxy.h
@@ -52,6 +52,8 @@ class CC_EXPORT Proxy {
virtual bool IsStarted() const = 0;
+ virtual void SetOutputSurface(scoped_ptr<OutputSurface>) = 0;
danakj 2014/06/25 17:43:09 Can you add comment about how this will cause Laye
enne (OOO) 2014/06/25 21:25:05 Done. After this patch, I want to revist that and
danakj 2014/06/25 21:25:50 +1
+
// Indicates that the compositing surface associated with our context is
// ready to use.
virtual void SetLayerTreeHostClientReady() = 0;

Powered by Google App Engine
This is Rietveld 408576698