Index: ash/wm/app_list_controller.cc |
diff --git a/ash/wm/app_list_controller.cc b/ash/wm/app_list_controller.cc |
index b142288ab9b1d974df150677891d8ce67086808e..a8a90c5161c97190e94b768d73a29bedcad30af7 100644 |
--- a/ash/wm/app_list_controller.cc |
+++ b/ash/wm/app_list_controller.cc |
@@ -200,6 +200,8 @@ void AppListController::SetVisible(bool visible, aura::Window* window) { |
Launcher::ForWindow(window)->GetDragAndDropHostForAppList()); |
} |
} |
+ // Update applist button status when app list visibility is changed. |
+ Launcher::ForWindow(window)->GetAppListButtonView()->SchedulePaint(); |
} |
bool AppListController::IsVisible() const { |