| Index: ash/shelf/shelf_layout_manager.cc
|
| diff --git a/ash/shelf/shelf_layout_manager.cc b/ash/shelf/shelf_layout_manager.cc
|
| index 1a11cb6f69a8180cbbd70a6a4f3139ffb796ca24..2658ffd98810074388d19de1666dacf81dc32d35 100644
|
| --- a/ash/shelf/shelf_layout_manager.cc
|
| +++ b/ash/shelf/shelf_layout_manager.cc
|
| @@ -846,7 +846,7 @@ ShelfAutoHideState ShelfLayoutManager::CalculateAutoHideState(
|
| return SHELF_AUTO_HIDE_SHOWN;
|
|
|
| const std::vector<aura::Window*> windows =
|
| - ash::WindowCycleController::BuildWindowList(NULL);
|
| + ash::WindowCycleController::BuildWindowList(NULL, false);
|
|
|
| // Process the window list and check if there are any visible windows.
|
| for (size_t i = 0; i < windows.size(); ++i) {
|
|
|