Index: ash/common/system/tray/tray_popup_item_container.h |
diff --git a/ash/common/system/tray/tray_popup_item_container.h b/ash/common/system/tray/tray_popup_item_container.h |
index b0b753fedb25cf39bdba4271f85eb3593d9cfb8a..e031c8819b525b2a5819e1026873dc6c302f24d9 100644 |
--- a/ash/common/system/tray/tray_popup_item_container.h |
+++ b/ash/common/system/tray/tray_popup_item_container.h |
@@ -14,12 +14,12 @@ namespace ash { |
// hovering or a user is interacting via touch. |
class TrayPopupItemContainer : public views::View { |
public: |
- TrayPopupItemContainer(views::View* view, |
- bool change_background, |
- bool draw_border); |
+ TrayPopupItemContainer(views::View* view, bool change_background); |
~TrayPopupItemContainer() override; |
+ void SetDrawBorder(bool draw_border); |
+ |
bool active() { return active_; } |
private: |