Chromium Code Reviews| Index: cc/trees/layer_tree_host.h |
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h |
| index c04e8e7fa6a03ad43997a3fd534b605ed6d55ae9..d686fb68fe091c5a623267b39ef4f1b704b78180 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> GetOutputSurface(); |
|
no sievers
2015/09/10 00:00:22
nit: Can we call it ReleaseOutputSurface()?
sohanjg
2015/09/10 15:07:23
Done.
|
| void RequestNewOutputSurface(); |
| void DidInitializeOutputSurface(); |
| void DidFailToInitializeOutputSurface(); |