| Index: ash/common/system/tray/tray_utils.cc
|
| diff --git a/ash/common/system/tray/tray_utils.cc b/ash/common/system/tray/tray_utils.cc
|
| index 55769743368e960297d9b528feab1de1023f9beb..0770935e2fb4c1c0d802c8f370dc4365b6175eec 100644
|
| --- a/ash/common/system/tray/tray_utils.cc
|
| +++ b/ash/common/system/tray/tray_utils.cc
|
| @@ -18,9 +18,6 @@ namespace ash {
|
| void SetupLabelForTray(views::Label* label) {
|
| 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));
|
| label->SetShadows(gfx::ShadowValues(
|
| 1,
|
| gfx::ShadowValue(gfx::Vector2d(0, 1), 0, SkColorSetARGB(64, 0, 0, 0))));
|
|
|