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 3f37b2cd32ea9fca3ca8046989001e9abc1ed8fb..9feccc2e1e74fd20d2067f608d8f23d7f1b7b947 100644 |
--- a/cc/test/fake_layer_tree_host.h |
+++ b/cc/test/fake_layer_tree_host.h |
@@ -14,32 +14,39 @@ |
#include "cc/trees/tree_synchronizer.h" |
namespace cc { |
+ |
class ImageSerializationProcessor; |
+class MutatorHost; |
class TestTaskGraphRunner; |
class FakeLayerTreeHost : public LayerTreeHostInProcess { |
public: |
static std::unique_ptr<FakeLayerTreeHost> Create( |
FakeLayerTreeHostClient* client, |
- TestTaskGraphRunner* task_graph_runner); |
+ TestTaskGraphRunner* task_graph_runner, |
+ MutatorHost* mutator_host); |
static std::unique_ptr<FakeLayerTreeHost> Create( |
FakeLayerTreeHostClient* client, |
TestTaskGraphRunner* task_graph_runner, |
+ MutatorHost* mutator_host, |
const LayerTreeSettings& settings); |
static std::unique_ptr<FakeLayerTreeHost> Create( |
FakeLayerTreeHostClient* client, |
TestTaskGraphRunner* task_graph_runner, |
+ MutatorHost* mutator_host, |
const LayerTreeSettings& settings, |
CompositorMode mode); |
static std::unique_ptr<FakeLayerTreeHost> Create( |
FakeLayerTreeHostClient* client, |
TestTaskGraphRunner* task_graph_runner, |
+ MutatorHost* mutator_host, |
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); |