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 2a8dce45246dc8dd974ee211512bdac8ee9b25ad..87a3b42ec0b81a04f04dcc5ce62241602871e7ca 100644 |
--- a/cc/debug/micro_benchmark_controller_unittest.cc |
+++ b/cc/debug/micro_benchmark_controller_unittest.cc |
@@ -28,7 +28,7 @@ class MicroBenchmarkControllerTest : public testing::Test { |
impl_proxy_.get(), shared_bitmap_manager_.get(), nullptr)); |
layer_tree_host_ = FakeLayerTreeHost::Create(&layer_tree_host_client_); |
- layer_tree_host_->SetRootLayer(Layer::Create()); |
+ layer_tree_host_->SetRootLayer(Layer::Create(LayerSettings())); |
layer_tree_host_->InitializeForTesting(scoped_ptr<Proxy>(new FakeProxy)); |
} |