Index: cc/trees/layer_tree_host.h |
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h |
index 57d7bbc64bcde9534c4e01fa2eeb4c734cfce43c..277f05c0b8aa0e3647d8f479c25de31d439665e9 100644 |
--- a/cc/trees/layer_tree_host.h |
+++ b/cc/trees/layer_tree_host.h |
@@ -112,8 +112,7 @@ |
void FinishCommitOnImplThread(LayerTreeHostImpl* host_impl); |
void WillCommit(); |
void CommitComplete(); |
- void SetOutputSurface(scoped_ptr<OutputSurface> output_surface); |
- void RequestNewOutputSurface(); |
+ scoped_ptr<OutputSurface> CreateOutputSurface(); |
virtual scoped_ptr<LayerTreeHostImpl> CreateLayerTreeHostImpl( |
LayerTreeHostImplClient* client); |
void DidLoseOutputSurface(); |