| 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 14efbdf1628b06fca155df76a087b9b54bfa77a1..1dd60b4b41b68d3e63f6cf764c9ad286868baf64 100644
|
| --- a/ash/common/system/tray/actionable_view.h
|
| +++ b/ash/common/system/tray/actionable_view.h
|
| @@ -59,6 +59,7 @@ class ASH_EXPORT ActionableView : public views::ButtonListener,
|
| void OnPaint(gfx::Canvas* canvas) override;
|
| void OnFocus() override;
|
| void OnBlur() override;
|
| + std::unique_ptr<views::InkDrop> CreateInkDrop() override;
|
| std::unique_ptr<views::InkDropRipple> CreateInkDropRipple() const override;
|
| std::unique_ptr<views::InkDropHighlight> CreateInkDropHighlight()
|
| const override;
|
|
|