| Index: ash/common/wm/lock_window_state.cc
|
| diff --git a/ash/common/wm/lock_window_state.cc b/ash/common/wm/lock_window_state.cc
|
| index 06c5448bea42aad47644e36497b323d4b38a58a1..cfe0cd94e0f49b9f6a8ea82b1f4a60ef8af912dc 100644
|
| --- a/ash/common/wm/lock_window_state.cc
|
| +++ b/ash/common/wm/lock_window_state.cc
|
| @@ -141,7 +141,7 @@ void LockWindowState::UpdateWindow(wm::WindowState* window_state,
|
|
|
| const wm::WindowStateType old_state_type = current_state_type_;
|
| current_state_type_ = target_state;
|
| - window_state->UpdateWindowShowStateFromStateType();
|
| + window_state->UpdateWindowPropertiesFromStateType();
|
| window_state->NotifyPreStateTypeChange(old_state_type);
|
| UpdateBounds(window_state);
|
| window_state->NotifyPostStateTypeChange(old_state_type);
|
|
|