| Index: ui/views/touchui/touch_editing_menu.cc
|
| diff --git a/ui/views/touchui/touch_editing_menu.cc b/ui/views/touchui/touch_editing_menu.cc
|
| index bd0efb1b7e6e0f4907f5142de45e916653644dfd..dec9113909379200c87d265a1a84e132824bab84 100644
|
| --- a/ui/views/touchui/touch_editing_menu.cc
|
| +++ b/ui/views/touchui/touch_editing_menu.cc
|
| @@ -128,7 +128,7 @@ void TouchEditingMenuView::CreateButtons() {
|
| Button* TouchEditingMenuView::CreateButton(const string16& title, int tag) {
|
| string16 label = gfx::RemoveAcceleratorChar(title, '&', NULL, NULL);
|
| LabelButton* button = new LabelButton(this, label);
|
| - button->set_focusable(true);
|
| + button->SetFocusable(true);
|
| button->set_request_focus_on_press(false);
|
| gfx::Font font = ui::ResourceBundle::GetSharedInstance().GetFont(
|
| ui::ResourceBundle::SmallFont);
|
|
|