| Index: cc/test/fake_layer_tree_host.h
|
| diff --git a/cc/test/fake_layer_tree_host.h b/cc/test/fake_layer_tree_host.h
|
| index 14c605ac266e2526bdb7875bf40960ec22649819..81e498ea0f62105d970e0ac037ac5bfa7023f950 100644
|
| --- a/cc/test/fake_layer_tree_host.h
|
| +++ b/cc/test/fake_layer_tree_host.h
|
| @@ -15,7 +15,6 @@
|
|
|
| namespace cc {
|
|
|
| -class ImageSerializationProcessor;
|
| class MutatorHost;
|
| class TestTaskGraphRunner;
|
|
|
| @@ -43,13 +42,6 @@ class FakeLayerTreeHost : public LayerTreeHostInProcess {
|
| const LayerTreeSettings& settings,
|
| CompositorMode mode,
|
| InitParams params);
|
| - static std::unique_ptr<FakeLayerTreeHost> Create(
|
| - FakeLayerTreeHostClient* client,
|
| - TestTaskGraphRunner* task_graph_runner,
|
| - MutatorHost* mutator_host,
|
| - const LayerTreeSettings& settings,
|
| - CompositorMode mode,
|
| - ImageSerializationProcessor* image_serialization_processor);
|
| ~FakeLayerTreeHost() override;
|
|
|
| void SetNeedsCommit() override;
|
| @@ -77,7 +69,6 @@ class FakeLayerTreeHost : public LayerTreeHostInProcess {
|
| using LayerTreeHostInProcess::SendMessageToMicroBenchmark;
|
| using LayerTreeHostInProcess::InitializeSingleThreaded;
|
| using LayerTreeHostInProcess::InitializeForTesting;
|
| - using LayerTreeHostInProcess::InitializePictureCacheForTesting;
|
| using LayerTreeHostInProcess::RecordGpuRasterizationHistogram;
|
| using LayerTreeHostInProcess::SetUIResourceManagerForTesting;
|
|
|
|
|