| 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>);
|
| + void RequestNewOutputSurface();
|
| virtual scoped_ptr<LayerTreeHostImpl> CreateLayerTreeHostImpl(
|
| LayerTreeHostImplClient* client);
|
| void DidLoseOutputSurface();
|
|
|