Commit 31d36e81 authored by sadrul's avatar sadrul Committed by Commit bot

mus: Add a missing InitHost() call to fix a test.

Fixes WindowServerTest.OnWindowHierarchyChangedIncludesTransientParent().

BUG=none
TBR=sky@ to fix tree.

Review-Url: https://codereview.chromium.org/2558043008
Cr-Commit-Position: refs/heads/master@{#437760}
parent 3865a71a
......@@ -730,6 +730,7 @@ TEST_F(WindowServerTest, OnWindowHierarchyChangedIncludesTransientParent) {
aura::WindowTreeClient second_client(connector(), this);
second_client.ConnectViaWindowTreeFactory();
aura::WindowTreeHostMus window_tree_host_in_second_client(&second_client);
window_tree_host_in_second_client.InitHost();
aura::Window* second_client_child = NewVisibleWindow(
window_tree_host_in_second_client.window(), &second_client);
std::unique_ptr<aura::WindowPortMus> window_port_mus =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment