Index: ash/system/tray/tray_utils.cc |
diff --git a/ash/system/tray/tray_utils.cc b/ash/system/tray/tray_utils.cc |
index bd6009d8a2ba83bea000f7780889cac1ac840b24..fe4636537fb5cdad6737a2ddc2455a2d8fac4097 100644 |
--- a/ash/system/tray/tray_utils.cc |
+++ b/ash/system/tray/tray_utils.cc |
@@ -17,7 +17,8 @@ |
namespace ash { |
void SetupLabelForTray(views::Label* label) { |
- label->SetFontList(gfx::FontList().Derive(1, gfx::Font::BOLD)); |
+ label->SetFontList( |
+ gfx::FontList().Derive(1, gfx::Font::NORMAL, gfx::Font::Weight::BOLD)); |
label->SetAutoColorReadabilityEnabled(false); |
label->SetEnabledColor(SK_ColorWHITE); |
label->SetBackgroundColor(SkColorSetARGB(0, 255, 255, 255)); |