summaryrefslogtreecommitdiffstats
path: root/ash/wm/app_list_controller.cc
diff options
context:
space:
mode:
authorkoz@chromium.org <koz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-15 09:51:24 +0000
committerkoz@chromium.org <koz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-15 09:51:24 +0000
commit50123ebfe1ae2f5114af24271da9988bf6d40814 (patch)
tree17c9cbfb0f5636f7fcadf2e92238641ae32bf640 /ash/wm/app_list_controller.cc
parented990573a41ffa63051d7643d48fba0c86c70e58 (diff)
downloadchromium_src-50123ebfe1ae2f5114af24271da9988bf6d40814.zip
chromium_src-50123ebfe1ae2f5114af24271da9988bf6d40814.tar.gz
chromium_src-50123ebfe1ae2f5114af24271da9988bf6d40814.tar.bz2
Dismiss context menus in app list on scroll.
BUG=257000 TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/18668002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211626 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/wm/app_list_controller.cc')
-rw-r--r--ash/wm/app_list_controller.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/ash/wm/app_list_controller.cc b/ash/wm/app_list_controller.cc
index 96b90f6..7685993 100644
--- a/ash/wm/app_list_controller.cc
+++ b/ash/wm/app_list_controller.cc
@@ -336,6 +336,9 @@ void AppListController::SelectedPageChanged(int old_selected,
int new_selected) {
}
+void AppListController::TransitionStarted() {
+}
+
void AppListController::TransitionChanged() {
// |view_| could be NULL when app list is closed with a running transition.
if (!view_)