Index: ui/views/controls/button/custom_button.h |
diff --git a/ui/views/controls/button/custom_button.h b/ui/views/controls/button/custom_button.h |
index fa0a215d1007b47ea0078735afccd6b8d0d6bae2..6e7c6762132ef9abfd090f6596aa1bc4b84f3f72 100644 |
--- a/ui/views/controls/button/custom_button.h |
+++ b/ui/views/controls/button/custom_button.h |
@@ -19,8 +19,8 @@ class InkDropDelegate; |
// A button with custom rendering. The base of ImageButton and LabelButton. |
// Note that this type of button is not focusable by default and will not be |
-// part of the focus chain. Call SetFocusable(true) to make it part of the |
-// focus chain. |
+// part of the focus chain, unless in accessibility mode. Call |
+// SetFocusBehavior(FocusBehavior::CONTROL) to make it part of the focus chain. |
class VIEWS_EXPORT CustomButton : public Button, public gfx::AnimationDelegate { |
public: |
// An enum describing the events on which a button should notify its listener. |