| 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 456d360c90b9b43fbed639d813c9b69627406016..09792d5f33a11710ee8555a56c9b6dd554c37094 100644
|
| --- a/ash/system/tray/tray_background_view.h
|
| +++ b/ash/system/tray/tray_background_view.h
|
| @@ -99,6 +99,9 @@ class ASH_EXPORT TrayBackgroundView : public ActionableView,
|
| // tray_container().
|
| gfx::Insets GetBubbleAnchorInsets() const;
|
|
|
| + // Returns the container window for the bubble (on the proper display).
|
| + aura::Window* GetBubbleWindowContainer() const;
|
| +
|
| protected:
|
| // ActionableView:
|
| std::unique_ptr<views::InkDropMask> CreateInkDropMask() const override;
|
|
|