| Index: cc/test/layer_tree_host_remote_for_testing.h
|
| diff --git a/cc/test/layer_tree_host_remote_for_testing.h b/cc/test/layer_tree_host_remote_for_testing.h
|
| index 2af67222c216ce9103ace73e0dd51907661702ee..d2efbf91fe0697a95eb8d97d81a58820ce4dd679 100644
|
| --- a/cc/test/layer_tree_host_remote_for_testing.h
|
| +++ b/cc/test/layer_tree_host_remote_for_testing.h
|
| @@ -31,8 +31,6 @@ class LayerTreeHostRemoteForTesting : public LayerTreeHostRemote,
|
| LayerTreeHostClient* client,
|
| std::unique_ptr<AnimationHost> animation_host,
|
| LayerTreeSettings const* settings,
|
| - SharedBitmapManager* shared_bitmap_manager,
|
| - gpu::GpuMemoryBufferManager* gpu_memory_buffer_manager,
|
| TaskGraphRunner* task_graph_runner,
|
| scoped_refptr<base::SingleThreadTaskRunner> main_task_runner,
|
| scoped_refptr<base::SingleThreadTaskRunner> impl_task_runner);
|
| @@ -59,9 +57,7 @@ class LayerTreeHostRemoteForTesting : public LayerTreeHostRemote,
|
| protected:
|
| explicit LayerTreeHostRemoteForTesting(InitParams* params);
|
|
|
| - void Initialize(SharedBitmapManager* shared_bitmap_manager,
|
| - gpu::GpuMemoryBufferManager* gpu_memory_buffer_manager,
|
| - TaskGraphRunner* task_graph_runner,
|
| + void Initialize(TaskGraphRunner* task_graph_runner,
|
| scoped_refptr<base::SingleThreadTaskRunner> main_task_runner,
|
| scoped_refptr<base::SingleThreadTaskRunner> impl_task_runner,
|
| std::unique_ptr<FakeImageSerializationProcessor>
|
| @@ -69,8 +65,6 @@ class LayerTreeHostRemoteForTesting : public LayerTreeHostRemote,
|
|
|
| virtual std::unique_ptr<LayerTreeHostInProcess> CreateLayerTreeHostInProcess(
|
| LayerTreeHostClient* client,
|
| - SharedBitmapManager* shared_bitmap_manager,
|
| - gpu::GpuMemoryBufferManager* gpu_memory_buffer_manager,
|
| TaskGraphRunner* task_graph_runner,
|
| const LayerTreeSettings& settings,
|
| scoped_refptr<base::SingleThreadTaskRunner> main_task_runner,
|
|
|