| Index: ui/views/controls/button/blue_button.cc
|
| diff --git a/ui/views/controls/button/blue_button.cc b/ui/views/controls/button/blue_button.cc
|
| index 94e1e340967ff89f9877d2fa9ff21203bac83985..74112d1e7398c43e6c4a9ffdb36102f9d678d458 100644
|
| --- a/ui/views/controls/button/blue_button.cc
|
| +++ b/ui/views/controls/button/blue_button.cc
|
| @@ -35,7 +35,7 @@ void BlueButton::ResetColorsFromNativeTheme() {
|
| SetTextColor(STATE_DISABLED, GetNativeTheme()->
|
| GetSystemColor(ui::NativeTheme::kColorId_BlueButtonDisabledColor));
|
|
|
| - label()->set_shadows(gfx::ShadowValues(
|
| + label()->SetShadows(gfx::ShadowValues(
|
| 1,
|
| gfx::ShadowValue(
|
| gfx::Point(0, 1),
|
|
|