summaryrefslogtreecommitdiffstats
path: root/ash/test
diff options
context:
space:
mode:
authorxiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-16 01:00:34 +0000
committerxiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-16 01:00:34 +0000
commit380aeaf0c6f3e4ab8ae8b2acbab2616eb83e445a (patch)
treedae23a5a4250e83974f1b538411f7874ab9a133e /ash/test
parent26dc99aa8ecc3b19c8c8d51e8d302e7358ee01d6 (diff)
downloadchromium_src-380aeaf0c6f3e4ab8ae8b2acbab2616eb83e445a.zip
chromium_src-380aeaf0c6f3e4ab8ae8b2acbab2616eb83e445a.tar.gz
chromium_src-380aeaf0c6f3e4ab8ae8b2acbab2616eb83e445a.tar.bz2
ash/app_list: Make app list bubble move with launcher app list button.
BUG=131693 TEST=Verify that app list bubble moves with launcher app list button when pinning/unpinning from app list grid. Review URL: https://chromiumcodereview.appspot.com/10535170 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142548 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/test')
-rw-r--r--ash/test/launcher_view_test_api.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/ash/test/launcher_view_test_api.cc b/ash/test/launcher_view_test_api.cc
index 3dc45bf..0f8893b 100644
--- a/ash/test/launcher_view_test_api.cc
+++ b/ash/test/launcher_view_test_api.cc
@@ -20,6 +20,8 @@ class TestAPIAnimationObserver : public views::BoundsAnimatorObserver {
virtual ~TestAPIAnimationObserver() {}
// views::BoundsAnimatorObserver overrides:
+ virtual void OnBoundsAnimatorProgressed(
+ views::BoundsAnimator* animator) OVERRIDE {}
virtual void OnBoundsAnimatorDone(views::BoundsAnimator* animator) OVERRIDE {
MessageLoop::current()->Quit();
}