| Index: services/ui/ws/window_manager_client_unittest.cc
|
| diff --git a/services/ui/ws/window_manager_client_unittest.cc b/services/ui/ws/window_manager_client_unittest.cc
|
| index 67fcb63889a226c7e5386302df357a2048e4af42..d94a800b2da4cb1ac750f6e05351b8869aa5c8d0 100644
|
| --- a/services/ui/ws/window_manager_client_unittest.cc
|
| +++ b/services/ui/ws/window_manager_client_unittest.cc
|
| @@ -704,6 +704,7 @@ TEST_F(WindowServerTest, EstablishConnectionViaFactory) {
|
| second_client.ConnectViaWindowTreeFactory();
|
| aura::WindowTreeHostMus window_tree_host_in_second_client(&second_client);
|
| window_tree_host_in_second_client.InitHost();
|
| + window_tree_host_in_second_client.window()->Show();
|
| ASSERT_TRUE(second_client.GetRoots().count(
|
| window_tree_host_in_second_client.window()) > 0);
|
| // Wait for the window to appear in the wm.
|
| @@ -731,6 +732,7 @@ TEST_F(WindowServerTest, OnWindowHierarchyChangedIncludesTransientParent) {
|
| second_client.ConnectViaWindowTreeFactory();
|
| aura::WindowTreeHostMus window_tree_host_in_second_client(&second_client);
|
| window_tree_host_in_second_client.InitHost();
|
| + window_tree_host_in_second_client.window()->Show();
|
| aura::Window* second_client_child = NewVisibleWindow(
|
| window_tree_host_in_second_client.window(), &second_client);
|
| std::unique_ptr<aura::WindowPortMus> window_port_mus =
|
|
|