[ash] Update applist button status when applist is hiding by outside event of

applist button.

R=harrym@chromium.org
BUG=287593
TEST=Compiles, Visual test

Review URL: https://chromiumcodereview.appspot.com/23526030

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222215 0039d316-1c4b-4281-b951-d872f2087c98
parent 92ffba68
......@@ -188,6 +188,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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment