| Index: ash/system/web_notification/web_notification_tray.cc
|
| diff --git a/ash/system/web_notification/web_notification_tray.cc b/ash/system/web_notification/web_notification_tray.cc
|
| index b6fe9444a64a364b899a7658c5409d224f1ba2c1..db2814f4ddf6877fe9b4914e565e85a569edfb83 100644
|
| --- a/ash/system/web_notification/web_notification_tray.cc
|
| +++ b/ash/system/web_notification/web_notification_tray.cc
|
| @@ -182,7 +182,8 @@ WebNotificationTray::WebNotificationTray(StatusAreaWidget* status_area_widget)
|
| message_center_tray_.reset(new message_center::MessageCenterTray(
|
| this,
|
| message_center::MessageCenter::Get()));
|
| - popup_alignment_delegate_.reset(new AshPopupAlignmentDelegate());
|
| + popup_alignment_delegate_.reset(new AshPopupAlignmentDelegate(
|
| + status_area_widget->shelf_widget()->shelf_layout_manager()));
|
| popup_collection_.reset(new message_center::MessagePopupCollection(
|
| ash::Shell::GetContainer(
|
| status_area_widget->GetNativeView()->GetRootWindow(),
|
|
|