| 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 27ee73ffb3c6c07c0083240c730c7563c0eb324f..5ebedd56e90cefa40a74babe9336a35e9d975580 100644
|
| --- a/ui/native_theme/native_theme_dark_aura.cc
|
| +++ b/ui/native_theme/native_theme_dark_aura.cc
|
| @@ -121,6 +121,7 @@ SkColor NativeThemeDarkAura::GetSystemColor(ColorId color_id) const {
|
| case kColorId_LinkDisabled:
|
| case kColorId_TextfieldReadOnlyColor:
|
| case kColorId_TextfieldReadOnlyBackground:
|
| + case kColorId_TextfieldSelectionBackgroundUnfocused:
|
| case kColorId_TooltipBackground:
|
| case kColorId_TooltipText:
|
| case kColorId_TreeBackground:
|
|
|