Index: cc/trees/layer_tree_host_unittest_no_message_loop.cc |
diff --git a/cc/trees/layer_tree_host_unittest_no_message_loop.cc b/cc/trees/layer_tree_host_unittest_no_message_loop.cc |
index 75eda92017b7081ae8a4c55133e72acb3dde8b86..d4a32a3319ef293cf9c49fcbb004857f363c1646 100644 |
--- a/cc/trees/layer_tree_host_unittest_no_message_loop.cc |
+++ b/cc/trees/layer_tree_host_unittest_no_message_loop.cc |
@@ -104,7 +104,7 @@ class LayerTreeHostNoMessageLoopTest |
settings.single_thread_proxy_scheduler = false; |
settings.verify_property_trees = true; |
layer_tree_host_ = LayerTreeHost::CreateSingleThreaded( |
- this, this, nullptr, nullptr, settings, nullptr, nullptr); |
+ this, this, nullptr, nullptr, settings, nullptr, nullptr, nullptr); |
layer_tree_host_->SetViewportSize(size_); |
layer_tree_host_->SetRootLayer(root_layer_); |
} |