| Index: ui/native_theme/common_theme.cc
|
| diff --git a/ui/native_theme/common_theme.cc b/ui/native_theme/common_theme.cc
|
| index 69c0602befe74dc32553b51d37349efea993a7be..848cf1e79ee5e482cfcbcbcbba5c07ebc9537938 100644
|
| --- a/ui/native_theme/common_theme.cc
|
| +++ b/ui/native_theme/common_theme.cc
|
| @@ -212,6 +212,8 @@ SkColor GetAuraColor(NativeTheme::ColorId color_id,
|
| return kTextfieldSelectionColor;
|
| case NativeTheme::kColorId_TextfieldSelectionBackgroundFocused:
|
| return kTextfieldSelectionBackgroundFocused;
|
| + case NativeTheme::kColorId_TextfieldSelectionBackgroundUnfocused:
|
| + return kTextfieldSelectionBackgroundFocused;
|
|
|
| // Tooltip
|
| case NativeTheme::kColorId_TooltipBackground:
|
|
|