| 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 e96dc133936ca5bc2d0265839a6bd38ba202a180..7618729447bb5cadd74713ff2a7fb7b3017cec51 100644
|
| --- a/ui/aura/mus/window_tree_client.cc
|
| +++ b/ui/aura/mus/window_tree_client.cc
|
| @@ -1422,6 +1422,8 @@ bool WindowTreeClient::WaitForInitialDisplays() {
|
|
|
| void WindowTreeClient::OnConnect(ClientSpecificId client_id) {
|
| client_id_ = client_id;
|
| + if (window_manager_delegate_)
|
| + window_manager_delegate_->OnWmConnected();
|
| }
|
|
|
| void WindowTreeClient::WmNewDisplayAdded(
|
|
|