Index: ash/system/tray/tray_utils.cc |
diff --git a/ash/system/tray/tray_utils.cc b/ash/system/tray/tray_utils.cc |
index 00a68fb1a16825c09a7e094920d7426f9efa7f89..550769eef07e431668c6953d9e32add4475b1f89 100644 |
--- a/ash/system/tray/tray_utils.cc |
+++ b/ash/system/tray/tray_utils.cc |
@@ -17,8 +17,8 @@ void SetupLabelForTray(views::Label* label) { |
label->SetAutoColorReadabilityEnabled(false); |
label->SetEnabledColor(SK_ColorWHITE); |
label->SetBackgroundColor(SkColorSetARGB(0, 255, 255, 255)); |
- label->set_shadows(gfx::ShadowValues(1, |
- gfx::ShadowValue(gfx::Point(0, 1), 0, SkColorSetARGB(64, 0, 0, 0)))); |
+ label->SetShadows(gfx::ShadowValues( |
+ 1, gfx::ShadowValue(gfx::Point(0, 1), 0, SkColorSetARGB(64, 0, 0, 0)))); |
} |
void SetTrayImageItemBorder(views::View* tray_view, |