| 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 9bd3fc61babff2187b7095aa61138b5eb9ad2466..661a6f2f3bc84ee3f5befdd5902ce17c62403d32 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -149,8 +149,6 @@ class CC_EXPORT LayerTreeHostImpl
|
| LayerTreeHostImplClient* client,
|
| TaskRunnerProvider* task_runner_provider,
|
| RenderingStatsInstrumentation* rendering_stats_instrumentation,
|
| - SharedBitmapManager* shared_bitmap_manager,
|
| - gpu::GpuMemoryBufferManager* gpu_memory_buffer_manager,
|
| TaskGraphRunner* task_graph_runner,
|
| std::unique_ptr<AnimationHost> animation_host,
|
| int id);
|
| @@ -605,8 +603,6 @@ class CC_EXPORT LayerTreeHostImpl
|
| LayerTreeHostImplClient* client,
|
| TaskRunnerProvider* task_runner_provider,
|
| RenderingStatsInstrumentation* rendering_stats_instrumentation,
|
| - SharedBitmapManager* shared_bitmap_manager,
|
| - gpu::GpuMemoryBufferManager* gpu_memory_buffer_manager,
|
| TaskGraphRunner* task_graph_runner,
|
| std::unique_ptr<AnimationHost> animation_host,
|
| int id);
|
| @@ -815,8 +811,6 @@ class CC_EXPORT LayerTreeHostImpl
|
| // Optional callback to notify of new tree activations.
|
| base::Closure tree_activation_callback_;
|
|
|
| - SharedBitmapManager* shared_bitmap_manager_;
|
| - gpu::GpuMemoryBufferManager* gpu_memory_buffer_manager_;
|
| TaskGraphRunner* task_graph_runner_;
|
| int id_;
|
|
|
|
|