| 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 b506f787de55ee1dbe8e8c3fcc035390f2f91c6d..b208d5ffb3543dd766d2838284a5d459e3dc1c92 100644
|
| --- a/ui/views/touchui/touch_selection_menu_runner_views.cc
|
| +++ b/ui/views/touchui/touch_selection_menu_runner_views.cc
|
| @@ -161,10 +161,7 @@ Button* TouchSelectionMenuRunnerViews::Menu::CreateButton(
|
| LabelButton* button = new LabelButton(this, label);
|
| button->SetMinSize(gfx::Size(kMenuButtonMinWidth, kMenuButtonMinHeight));
|
| button->SetFocusForPlatform();
|
| - const gfx::FontList& font_list =
|
| - ui::ResourceBundle::GetSharedInstance().GetFontList(
|
| - ui::ResourceBundle::SmallFont);
|
| - button->SetFontList(font_list);
|
| + button->AdjustFontSize(ui::ResourceBundle::kSmallFontDelta);
|
| button->SetHorizontalAlignment(gfx::ALIGN_CENTER);
|
| button->set_tag(tag);
|
| return button;
|
|
|