| Index: ui/native_theme/native_theme_win.cc
|
| diff --git a/ui/native_theme/native_theme_win.cc b/ui/native_theme/native_theme_win.cc
|
| index 70c83cd9c57594d9a6cdd3c599506012969239e8..bbd4e7d6346801f4d01840851f165664d11447e3 100644
|
| --- a/ui/native_theme/native_theme_win.cc
|
| +++ b/ui/native_theme/native_theme_win.cc
|
| @@ -469,7 +469,7 @@ SkColor NativeThemeWin::GetSystemColor(ColorId color_id) const {
|
| return kUnfocusedBorderColor;
|
|
|
| // Button
|
| - case kColorId_ButtonEnabledColor:
|
| + case kColorId_TextOnEnabledDialogButton:
|
| return system_colors_[COLOR_BTNTEXT];
|
| case kColorId_ButtonHoverColor:
|
| return kButtonHoverColor;
|
|
|