| 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 949cdee886780f87be21b0e7f4391a858a2387aa..fa05cc06aced74ebb5e0f7baebf77531f0e11865 100644
|
| --- a/ui/arc/notification/arc_custom_notification_view.h
|
| +++ b/ui/arc/notification/arc_custom_notification_view.h
|
| @@ -22,6 +22,7 @@ class NotificationSurface;
|
|
|
| namespace views {
|
| class ImageButton;
|
| +class Painter;
|
| class Widget;
|
| }
|
|
|
| @@ -62,6 +63,8 @@ class ArcCustomNotificationView
|
| void OnGestureEvent(ui::GestureEvent* event) override;
|
| void OnMouseEntered(const ui::MouseEvent& event) override;
|
| void OnMouseExited(const ui::MouseEvent& event) override;
|
| + void OnFocus() override;
|
| + void OnBlur() override;
|
|
|
| // views::ButtonListener
|
| void ButtonPressed(views::Button* sender, const ui::Event& event) override;
|
|
|