Index: ui/aura/mus/window_tree_client.cc |
diff --git a/ui/aura/mus/window_tree_client.cc b/ui/aura/mus/window_tree_client.cc |
index 52b15cbc039d056cc8bad570c02cf09c62897be3..b69109eb2360aab9f44f2615a3cf70c5837c85c5 100644 |
--- a/ui/aura/mus/window_tree_client.cc |
+++ b/ui/aura/mus/window_tree_client.cc |
@@ -1488,6 +1488,7 @@ WindowTreeHostMusInitParams WindowTreeClient::CreateInitParamsForNewDisplay() { |
void WindowTreeClient::OnConnect(ClientSpecificId client_id) { |
client_id_ = client_id; |
+ got_initial_displays_ = true; |
if (window_manager_delegate_) |
window_manager_delegate_->OnWmConnected(); |
} |