Index: ui/views/touchui/touch_selection_menu_runner_views.cc |
diff --git a/ui/views/touchui/touch_selection_menu_runner_views.cc b/ui/views/touchui/touch_selection_menu_runner_views.cc |
index 6f44e526957c84f4f8ac1b2e7d82f29eb5755926..a643072aca540961f55829a0563a00afb8ab481d 100644 |
--- a/ui/views/touchui/touch_selection_menu_runner_views.cc |
+++ b/ui/views/touchui/touch_selection_menu_runner_views.cc |
@@ -161,7 +161,8 @@ Button* TouchSelectionMenuRunnerViews::Menu::CreateButton( |
int tag) { |
base::string16 label = |
gfx::RemoveAcceleratorChar(title, '&', nullptr, nullptr); |
- LabelButton* button = new LabelButton(this, label); |
+ LabelButton* button = new LabelButton(this); |
+ button->InitAsTextbutton(label); |
button->SetMinSize(gfx::Size(kMenuButtonMinWidth, kMenuButtonMinHeight)); |
button->SetFocusable(true); |
button->set_request_focus_on_press(false); |