| Index: ash/wm/lock_window_state.cc
|
| diff --git a/ash/wm/lock_window_state.cc b/ash/wm/lock_window_state.cc
|
| index fa1684fda80da50a3bb62cd5f6a207ad98cb0b65..3b8299dff13158825f6c478c7457ffdc7983a6f6 100644
|
| --- a/ash/wm/lock_window_state.cc
|
| +++ b/ash/wm/lock_window_state.cc
|
| @@ -50,6 +50,7 @@ void LockWindowState::OnWMEvent(wm::WindowState* window_state,
|
| case wm::WM_EVENT_SNAP_RIGHT:
|
| case wm::WM_EVENT_NORMAL:
|
| case wm::WM_EVENT_MAXIMIZE:
|
| + case wm::WM_EVENT_DOCK:
|
| UpdateWindow(window_state,
|
| GetMaximizedOrCenteredWindowType(window_state));
|
| return;
|
|
|