Chromium Code Reviews| Index: ui/native_theme/native_theme_dark_aura.cc |
| diff --git a/ui/native_theme/native_theme_dark_aura.cc b/ui/native_theme/native_theme_dark_aura.cc |
| index f40f64c654bd48061b9941c4b791d450a093a2c8..63837b2fdc0beef4fb5b069cc8af8b558cd36d9d 100644 |
| --- a/ui/native_theme/native_theme_dark_aura.cc |
| +++ b/ui/native_theme/native_theme_dark_aura.cc |
| @@ -118,6 +118,7 @@ SkColor NativeThemeDarkAura::GetSystemColor(ColorId color_id) const { |
| case kColorId_LinkDisabled: |
| case kColorId_TextfieldReadOnlyColor: |
| case kColorId_TextfieldReadOnlyBackground: |
| + case kColorId_TextfieldSelectionBackgroundUnfocused: |
|
msw
2016/11/09 02:08:53
It seems odd that any textfield colors aren't defi
|
| case kColorId_TooltipBackground: |
| case kColorId_TooltipText: |
| case kColorId_TreeBackground: |