| Index: ash/system/tray/tray_background_view.h
|
| diff --git a/ash/system/tray/tray_background_view.h b/ash/system/tray/tray_background_view.h
|
| index 8af71ce84cadd22da96b56f1c120c5eefdbe7a19..cd7e0429fb473fa0cf0bbbf86ee307ba650f45ab 100644
|
| --- a/ash/system/tray/tray_background_view.h
|
| +++ b/ash/system/tray/tray_background_view.h
|
| @@ -20,6 +20,7 @@ class ShelfLayoutManager;
|
| class StatusAreaWidget;
|
| class TrayEventFilter;
|
| class TrayBackground;
|
| +class WmShelf;
|
|
|
| // Base class for children of StatusAreaWidget: SystemTray, WebNotificationTray,
|
| // LogoutButtonTray, OverviewButtonTray.
|
| @@ -140,7 +141,7 @@ class ASH_EXPORT TrayBackgroundView : public ActionableView,
|
| ShelfAlignment shelf_alignment() const { return shelf_alignment_; }
|
| TrayEventFilter* tray_event_filter() { return tray_event_filter_.get(); }
|
|
|
| - ShelfLayoutManager* GetShelfLayoutManager();
|
| + WmShelf* GetShelf();
|
|
|
| // Updates the arrow visibility based on the launcher visibility.
|
| void UpdateBubbleViewArrow(views::TrayBubbleView* bubble_view);
|
| @@ -167,6 +168,7 @@ class ASH_EXPORT TrayBackgroundView : public ActionableView,
|
| TrayContainer* tray_container_;
|
|
|
| // Shelf alignment.
|
| + // TODO(jamescook): Don't cache this, get it from WmShelf.
|
| ShelfAlignment shelf_alignment_;
|
|
|
| // Owned by the view passed to SetContents().
|
|
|