| Index: cc/trees/layer_tree_host_impl.h
|
| diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
|
| index a1f4fae0a4f3901f0890c361f74a0c67b8dc62a0..f1ac5e34a3880b039eb8a10dfbf9cc53b1db2901 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -261,6 +261,7 @@ class CC_EXPORT LayerTreeHostImpl
|
| virtual bool InitializeRenderer(scoped_ptr<OutputSurface> output_surface);
|
| bool IsContextLost();
|
| TileManager* tile_manager() { return tile_manager_.get(); }
|
| + ResourcePool* resource_pool() { return resource_pool_.get(); }
|
| Renderer* renderer() { return renderer_.get(); }
|
| const RendererCapabilitiesImpl& GetRendererCapabilities() const;
|
|
|
|
|