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

Unified Diff: cc/trees/layer_tree_host.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/layer_tree_host.h
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
index ef6e74fabe0d763f6e2e38678399b32484552449..cadbca45d85cd0c85e9dcb23c75f472866df9b18 100644
--- a/cc/trees/layer_tree_host.h
+++ b/cc/trees/layer_tree_host.h
@@ -109,7 +109,8 @@ class CC_EXPORT LayerTreeHost {
void FinishCommitOnImplThread(LayerTreeHostImpl* host_impl);
void WillCommit();
void CommitComplete();
- scoped_ptr<OutputSurface> CreateOutputSurface();
+ void SetOutputSurface(scoped_ptr<OutputSurface>);
danakj 2014/06/25 17:43:09 needs a variable name
enne (OOO) 2014/06/25 21:25:05 Done.
+ void RequestNewOutputSurface();
virtual scoped_ptr<LayerTreeHostImpl> CreateLayerTreeHostImpl(
LayerTreeHostImplClient* client);
void DidLoseOutputSurface();

Powered by Google App Engine
This is Rietveld 408576698