| Index: views/controls/button/native_button.cc
|
| ===================================================================
|
| --- views/controls/button/native_button.cc (revision 86083)
|
| +++ views/controls/button/native_button.cc (working copy)
|
| @@ -44,7 +44,7 @@
|
| need_elevation_(false),
|
| ignore_minimum_size_(false) {
|
| InitBorder();
|
| - SetFocusable(true);
|
| + set_focusable(true);
|
| }
|
|
|
| NativeButtonBase::NativeButtonBase(ButtonListener* listener,
|
| @@ -56,7 +56,7 @@
|
| ignore_minimum_size_(false) {
|
| SetLabel(label); // SetLabel takes care of label layout in RTL UI.
|
| InitBorder();
|
| - SetFocusable(true);
|
| + set_focusable(true);
|
| }
|
|
|
| NativeButtonBase::~NativeButtonBase() {
|
|
|