| 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 8662c5251762c809f6467e5e62c290c618db957d..61799496e4a0b75774a3f85a57d5b2320ac623bb 100644
|
| --- a/ui/aura/mus/window_tree_client.cc
|
| +++ b/ui/aura/mus/window_tree_client.cc
|
| @@ -1399,7 +1399,7 @@ void WindowTreeClient::WmSetProperty(
|
| void WindowTreeClient::WmSetModalType(Id window_id, ui::ModalType type) {
|
| WindowMus* window = GetWindowByServerId(window_id);
|
| if (window)
|
| - window->GetWindow()->SetProperty(aura::client::kModalKey, type);
|
| + window_manager_delegate_->OnWmSetModalType(window->GetWindow(), type);
|
| }
|
|
|
| void WindowTreeClient::WmSetCanFocus(Id window_id, bool can_focus) {
|
|
|