Chromium Code Reviews| Index: ash/common/system/tray/actionable_view.h |
| diff --git a/ash/common/system/tray/actionable_view.h b/ash/common/system/tray/actionable_view.h |
| index f5bd2b5d48e27a9acae2c2ea3a7fb660752aa2a7..774bbca9a04bdb00528bbfaacc95603a274a32b6 100644 |
| --- a/ash/common/system/tray/actionable_view.h |
| +++ b/ash/common/system/tray/actionable_view.h |
| @@ -7,6 +7,7 @@ |
| #include "ash/ash_export.h" |
| #include "base/macros.h" |
| +#include "ui/gfx/geometry/rect.h" |
|
tdanderson
2016/11/01 19:49:18
Is this needed?
bruthig
2016/11/01 21:10:54
Ya, not because of my change though. GetFocusBoun
tdanderson
2016/11/01 21:53:54
Acknowledged.
|
| #include "ui/views/controls/button/custom_button.h" |
| namespace ash { |
| @@ -58,6 +59,9 @@ class ASH_EXPORT ActionableView : public views::ButtonListener, |
| void OnPaint(gfx::Canvas* canvas) override; |
| void OnFocus() override; |
| void OnBlur() override; |
| + std::unique_ptr<views::InkDropRipple> CreateInkDropRipple() const override; |
| + std::unique_ptr<views::InkDropHighlight> CreateInkDropHighlight() |
| + const override; |
| // Overridden from views::ButtonListener. |
| void ButtonPressed(Button* sender, const ui::Event& event) override; |