| 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 6d23e8e08affb3a9644a17a74c5b80a4b3f8d2fd..26c304687d23757cd0828b8d1a2d0de969a4b1f9 100644
|
| --- a/ui/views/controls/button/custom_button.h
|
| +++ b/ui/views/controls/button/custom_button.h
|
| @@ -20,8 +20,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
|
| +// SetFocusable(true) to make it part of the focus chain.
|
| class VIEWS_EXPORT CustomButton : public Button,
|
| public gfx::AnimationDelegate,
|
| public views::InkDropHost {
|
|
|