Index: ui/chromeos/ime/candidate_view.cc |
diff --git a/ui/chromeos/ime/candidate_view.cc b/ui/chromeos/ime/candidate_view.cc |
index 4755806fe16b743f6f486d71d3f78d9a8977cb09..0d598a3701ea04f63eb3830904e8bb2d1cd6f9a1 100644 |
--- a/ui/chromeos/ime/candidate_view.cc |
+++ b/ui/chromeos/ime/candidate_view.cc |
@@ -54,8 +54,8 @@ views::Label* CreateShortcutLabel( |
views::Label* shortcut_label = new views::Label; |
if (orientation == ui::CandidateWindow::VERTICAL) { |
- shortcut_label->SetFontList( |
- shortcut_label->font_list().Derive(kFontSizeDelta, gfx::Font::BOLD)); |
+ shortcut_label->SetFontList(shortcut_label->font_list().Derive( |
+ kFontSizeDelta, gfx::Font::NORMAL, gfx::Font::Weight::BOLD)); |
} else { |
shortcut_label->SetFontList( |
shortcut_label->font_list().DeriveWithSizeDelta(kFontSizeDelta)); |