| Index: ash/wm/window_cycle_list.cc
|
| diff --git a/ash/wm/window_cycle_list.cc b/ash/wm/window_cycle_list.cc
|
| index 342a99ea776518dbe91282f2531c6f8ab66212ca..240fc1ff18b0745298932d73f07c51e99363dd67 100644
|
| --- a/ash/wm/window_cycle_list.cc
|
| +++ b/ash/wm/window_cycle_list.cc
|
| @@ -106,8 +106,7 @@ void ScopedShowWindow::OnWindowTreeChanging(WmWindow* window,
|
| }
|
|
|
| WindowCycleList::WindowCycleList(const WindowList& windows)
|
| - : windows_(windows),
|
| - current_index_(0) {
|
| + : windows_(windows), current_index_(0) {
|
| ash::Shell::GetInstance()->mru_window_tracker()->SetIgnoreActivations(true);
|
|
|
| for (WmWindow* window : windows_)
|
|
|