| 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 851656bde41454758dd46b32148bcf0fea0a1cb7..e66a1ff92976debed7bf24ecba3b543b4e064751 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -558,8 +558,7 @@ class CC_EXPORT LayerTreeHostImpl
|
|
|
| virtual void CreateResourceAndTileTaskWorkerPool(
|
| scoped_ptr<TileTaskWorkerPool>* tile_task_worker_pool,
|
| - scoped_ptr<ResourcePool>* resource_pool,
|
| - scoped_ptr<ResourcePool>* staging_resource_pool);
|
| + scoped_ptr<ResourcePool>* resource_pool);
|
|
|
| bool prepare_tiles_needed() const { return tile_priorities_dirty_; }
|
|
|
| @@ -712,7 +711,6 @@ class CC_EXPORT LayerTreeHostImpl
|
| bool tree_resources_for_gpu_rasterization_dirty_;
|
| scoped_ptr<TileTaskWorkerPool> tile_task_worker_pool_;
|
| scoped_ptr<ResourcePool> resource_pool_;
|
| - scoped_ptr<ResourcePool> staging_resource_pool_;
|
| scoped_ptr<Renderer> renderer_;
|
|
|
| GlobalStateThatImpactsTilePriority global_tile_state_;
|
|
|