| Index: ash/common/system/tray/tray_background_view.h
|
| diff --git a/ash/common/system/tray/tray_background_view.h b/ash/common/system/tray/tray_background_view.h
|
| index 4197403af2d6682e1e1f96255a1e86dcf70287a2..5b6a5a20136835a504f66834bf2b46095fd15b56 100644
|
| --- a/ash/common/system/tray/tray_background_view.h
|
| +++ b/ash/common/system/tray/tray_background_view.h
|
| @@ -139,6 +139,7 @@ class ASH_EXPORT TrayBackgroundView : public ActionableView,
|
|
|
| protected:
|
| // ActionableView:
|
| + std::unique_ptr<views::InkDropMask> CreateInkDropMask() const override;
|
| bool ShouldEnterPushedState(const ui::Event& event) override;
|
| bool PerformAction(const ui::Event& event) override;
|
| void HandlePerformActionResult(bool action_performed,
|
|
|