| 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 014998c02a1a72aac736bf2c23b83f616c9e8df9..79e84d7d3e1a16682433ef83c118035ecbb10be1 100644
|
| --- a/ui/views/controls/button/image_button.h
|
| +++ b/ui/views/controls/button/image_button.h
|
| @@ -20,8 +20,8 @@ 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 SetFocusable(true) to make it part of the
|
| -// focus chain.
|
| +// part of the focus chain. Call SetFocusBehavior(FocusBehavior::ALWAYS) to
|
| +// make it part of the focus chain.
|
|
|
| class VIEWS_EXPORT ImageButton : public CustomButton {
|
| public:
|
|
|