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 f44f84097dffeaa70ec4bb90858da8f85dd5c943..f1dbb636cf2f24b250902708de4e7a8f05738765 100644 |
--- a/cc/test/fake_layer_tree_host.h |
+++ b/cc/test/fake_layer_tree_host.h |
@@ -15,12 +15,16 @@ |
#include "cc/trees/tree_synchronizer.h" |
namespace cc { |
+class TestTaskGraphRunner; |
class FakeLayerTreeHost : public LayerTreeHost { |
public: |
- static scoped_ptr<FakeLayerTreeHost> Create(FakeLayerTreeHostClient* client); |
static scoped_ptr<FakeLayerTreeHost> Create( |
FakeLayerTreeHostClient* client, |
+ TestTaskGraphRunner* task_graph_runner); |
+ static scoped_ptr<FakeLayerTreeHost> Create( |
+ FakeLayerTreeHostClient* client, |
+ TestTaskGraphRunner* task_graph_runner, |
const LayerTreeSettings& settings); |
~FakeLayerTreeHost() override; |