Index: cc/debug/micro_benchmark_controller_unittest.cc |
diff --git a/cc/debug/micro_benchmark_controller_unittest.cc b/cc/debug/micro_benchmark_controller_unittest.cc |
index 9c5b0a565b05ad922ee3350278a0ce94bc6d2482..c7138cd01e10039caa04d7fa4300e5555f4c2744 100644 |
--- a/cc/debug/micro_benchmark_controller_unittest.cc |
+++ b/cc/debug/micro_benchmark_controller_unittest.cc |
@@ -32,7 +32,9 @@ class MicroBenchmarkControllerTest : public testing::Test { |
layer_tree_host_ = FakeLayerTreeHost::Create(&layer_tree_host_client_, |
&task_graph_runner_); |
layer_tree_host_->SetRootLayer(Layer::Create(LayerSettings())); |
- layer_tree_host_->InitializeForTesting(scoped_ptr<Proxy>(new FakeProxy)); |
+ layer_tree_host_->InitializeForTesting( |
+ TaskRunnerProvider::Create(nullptr, nullptr), |
+ scoped_ptr<Proxy>(new FakeProxy)); |
} |
void TearDown() override { |