Index: ash/launcher/overflow_bubble.cc |
diff --git a/ash/launcher/overflow_bubble.cc b/ash/launcher/overflow_bubble.cc |
index 1161e166b498b6d050cf312a8e7b35f9fdfd4aa4..3cd4c340a5036bc4e2a84866b6d566df9f60b7a8 100644 |
--- a/ash/launcher/overflow_bubble.cc |
+++ b/ash/launcher/overflow_bubble.cc |
@@ -8,6 +8,7 @@ |
#include "ash/launcher/launcher_types.h" |
#include "ash/launcher/launcher_view.h" |
+#include "ash/system/tray/system_tray.h" |
#include "ash/shell.h" |
#include "ui/gfx/insets.h" |
#include "ui/gfx/screen.h" |
@@ -267,6 +268,8 @@ void OverflowBubble::Show(LauncherDelegate* delegate, |
overflow_start_index); |
bubble_ = bubble_view; |
+ ash::Shell::GetInstance()->system_tray()->InitializeBubbleAnimations( |
+ bubble_->GetWidget()); |
bubble_->GetWidget()->AddObserver(this); |
bubble_->GetWidget()->Show(); |
} |