Chromium Code Reviews| Index: cc/trees/layer_tree_host_impl.cc |
| diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc |
| index 0d44c41ad7ca063290acce7a09744fd3cd0324af..43445c84943e0d07822e8570a72dc510275bc00e 100644 |
| --- a/cc/trees/layer_tree_host_impl.cc |
| +++ b/cc/trees/layer_tree_host_impl.cc |
| @@ -2194,6 +2194,10 @@ void LayerTreeHostImpl::CleanUpTileManager() { |
| single_thread_synchronous_task_graph_runner_ = nullptr; |
| } |
| +scoped_ptr<OutputSurface> LayerTreeHostImpl::GetOutputSurface() { |
| + return output_surface_.Pass(); |
|
no sievers
2015/09/10 00:00:22
|renderer_| and |resource_provider_| still have po
sohanjg
2015/09/10 15:07:23
Done.
|
| +} |
| + |
| bool LayerTreeHostImpl::InitializeRenderer( |
| scoped_ptr<OutputSurface> output_surface) { |
| TRACE_EVENT0("cc", "LayerTreeHostImpl::InitializeRenderer"); |