summaryrefslogtreecommitdiffstats
path: root/cc/debug/micro_benchmark_controller_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/debug/micro_benchmark_controller_unittest.cc')
-rw-r--r--cc/debug/micro_benchmark_controller_unittest.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/cc/debug/micro_benchmark_controller_unittest.cc b/cc/debug/micro_benchmark_controller_unittest.cc
index 9c5b0a5..c7138cd 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 {