Index: ash/system/tray/tray_bubble_wrapper.cc |
diff --git a/ash/system/tray/tray_bubble_wrapper.cc b/ash/system/tray/tray_bubble_wrapper.cc |
index 5e92a846f10fa0e9d8be6f0c8ab44c6413b3f233..c5652c6075a79a277e8f209bcbc5dbd2826be0c3 100644 |
--- a/ash/system/tray/tray_bubble_wrapper.cc |
+++ b/ash/system/tray/tray_bubble_wrapper.cc |
@@ -24,8 +24,8 @@ TrayBubbleWrapper::TrayBubbleWrapper(TrayBackgroundView* tray, |
bubble_widget_->GetNativeView()-> |
SetProperty(internal::kStayInSameRootWindowKey, true); |
- bubble_view_->InitializeAndShowBubble(); |
tray_->InitializeBubbleAnimations(bubble_widget_); |
Harry McCleave
2012/10/30 01:48:12
Am I missing something of importance here as to wh
xiyuan
2012/10/30 16:49:00
Can you be more specific? You mean it is called af
|
+ bubble_view_->InitializeAndShowBubble(); |
tray_event_filter_.reset(new TrayEventFilter(this)); |
} |