Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(136)

Unified Diff: ui/arc/notification/arc_custom_notification_view.h

Issue 2610853011: Put the close button of a notification into focus chain. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/arc/notification/arc_custom_notification_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e9820bedabd33c3dc2905a8615d338eaeae46c5d..7eae0013b453de5336d4f8f8a23691b3f9586bd1 100644
--- a/ui/arc/notification/arc_custom_notification_view.h
+++ b/ui/arc/notification/arc_custom_notification_view.h
@@ -21,6 +21,7 @@ class NotificationSurface;
}
namespace views {
+class FocusTraversable;
class ImageButton;
class Widget;
}
@@ -42,6 +43,7 @@ class ArcCustomNotificationView
private:
class ContentViewDelegate;
+ class CloseButton;
class EventForwarder;
class SlideHelper;
@@ -64,6 +66,7 @@ class ArcCustomNotificationView
void OnMouseExited(const ui::MouseEvent& event) override;
void OnFocus() override;
void OnBlur() override;
+ views::FocusTraversable* GetFocusTraversable() override;
// views::ButtonListener
void ButtonPressed(views::Button* sender, const ui::Event& event) override;
« no previous file with comments | « no previous file | ui/arc/notification/arc_custom_notification_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698