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

Unified Diff: ui/views/controls/button/image_button.h

Issue 1894383002: MacViews: Implement Full Keyboard Access. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@SetFocusBehavior
Patch Set: Rebased Created 4 years, 7 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
Index: ui/views/controls/button/image_button.h
diff --git a/ui/views/controls/button/image_button.h b/ui/views/controls/button/image_button.h
index 79e84d7d3e1a16682433ef83c118035ecbb10be1..a78c17dd15ba9f5a325a2e422d8d4d82a6381a7b 100644
--- a/ui/views/controls/button/image_button.h
+++ b/ui/views/controls/button/image_button.h
@@ -18,11 +18,9 @@ namespace views {
class Painter;
// An image button.
-
// Note that this type of button is not focusable by default and will not be
-// part of the focus chain. Call SetFocusBehavior(FocusBehavior::ALWAYS) to
-// make it part of the focus chain.
-
+// part of the focus chain, unless in accessibility mode. Call
+// Button::ConfigureDefaultFocus() to make it part of the focus chain.
class VIEWS_EXPORT ImageButton : public CustomButton {
public:
static const char kViewClassName[];

Powered by Google App Engine
This is Rietveld 408576698