| Index: ui/arc/notification/arc_custom_notification_view.h
|
| diff --git a/ui/arc/notification/arc_custom_notification_view.h b/ui/arc/notification/arc_custom_notification_view.h
|
| index 6af56841a2aab374bbb0e1994f76ae85c923d711..d88c689cb37936522e47f0a22d501627ffddf097 100644
|
| --- a/ui/arc/notification/arc_custom_notification_view.h
|
| +++ b/ui/arc/notification/arc_custom_notification_view.h
|
| @@ -26,6 +26,10 @@ namespace gfx {
|
| class LinearAnimation;
|
| }
|
|
|
| +namespace ui {
|
| +struct AXActionData;
|
| +}
|
| +
|
| namespace views {
|
| class FocusTraversable;
|
| class Widget;
|
| @@ -93,7 +97,7 @@ class ArcCustomNotificationView
|
| void OnFocus() override;
|
| void OnBlur() override;
|
| views::FocusTraversable* GetFocusTraversable() override;
|
| - bool OnMousePressed(const ui::MouseEvent& event) override;
|
| + bool HandleAccessibleAction(const ui::AXActionData& action) override;
|
|
|
| // views::ButtonListener
|
| void ButtonPressed(views::Button* sender, const ui::Event& event) override;
|
|
|