| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index d85633e61462fc48c5b562c8042f0fc535913802..070c9a112a7d83587f2128a886325fd9737cb8fe 100644
|
| --- a/cc/trees/layer_tree_host.h
|
| +++ b/cc/trees/layer_tree_host.h
|
| @@ -112,6 +112,7 @@ class CC_EXPORT LayerTreeHost : public MutatorHostClient {
|
| void WillCommit();
|
| void CommitComplete();
|
| void SetOutputSurface(scoped_ptr<OutputSurface> output_surface);
|
| + scoped_ptr<OutputSurface> ReleaseOutputSurface();
|
| void RequestNewOutputSurface();
|
| void DidInitializeOutputSurface();
|
| void DidFailToInitializeOutputSurface();
|
|
|