| Index: components/mus/public/cpp/tests/window_server_test_base.cc
|
| diff --git a/components/mus/public/cpp/tests/window_server_test_base.cc b/components/mus/public/cpp/tests/window_server_test_base.cc
|
| index 7d328935133cc954465213d64b3f25a0cf01ac71..d3d64ea5e380ccb4a5038731463e22bed99950c0 100644
|
| --- a/components/mus/public/cpp/tests/window_server_test_base.cc
|
| +++ b/components/mus/public/cpp/tests/window_server_test_base.cc
|
| @@ -63,7 +63,7 @@ bool WindowServerTestBase::QuitRunLoop() {
|
| void WindowServerTestBase::SetUp() {
|
| ApplicationTestBase::SetUp();
|
|
|
| - CreateSingleWindowTreeHost(application_impl(), this, &host_);
|
| + CreateSingleWindowTreeHost(application_impl(), this, &host_, nullptr);
|
|
|
| ASSERT_TRUE(DoRunLoopWithTimeout()); // RunLoop should be quit by OnEmbed().
|
| std::swap(window_manager_, most_recent_connection_);
|
|
|