| 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 4c6796f30211a2b2301c0499d5724be27984862f..1a24ba5c51c6a17946680d77b8ebc49335b37c92 100644
|
| --- a/cc/trees/layer_tree_host_unittest_no_message_loop.cc
|
| +++ b/cc/trees/layer_tree_host_unittest_no_message_loop.cc
|
| @@ -97,7 +97,7 @@ class LayerTreeHostNoMessageLoopTest
|
| void SetupLayerTreeHost() {
|
| LayerTreeSettings settings;
|
| layer_tree_host_ =
|
| - LayerTreeHost::CreateSingleThreaded(this, this, NULL, settings);
|
| + LayerTreeHost::CreateSingleThreaded(this, this, NULL, settings, NULL);
|
| layer_tree_host_->SetViewportSize(size_);
|
| layer_tree_host_->SetRootLayer(root_layer_);
|
| }
|
|
|