| Index: ui/native_theme/common_theme.cc
|
| diff --git a/ui/native_theme/common_theme.cc b/ui/native_theme/common_theme.cc
|
| index 599f2473b1c3a45a8efd9e9e389714739b1189ba..2b8bea575f4c2e13638754b2a2f18dd22a419ea8 100644
|
| --- a/ui/native_theme/common_theme.cc
|
| +++ b/ui/native_theme/common_theme.cc
|
| @@ -216,6 +216,8 @@ SkColor GetAuraColor(NativeTheme::ColorId color_id,
|
| case NativeTheme::kColorId_TextfieldSelectionColor:
|
| return kTextSelectionColor;
|
| case NativeTheme::kColorId_TextfieldSelectionBackgroundFocused:
|
| + // Fallthrough intended.
|
| + case NativeTheme::kColorId_TextfieldSelectionBackgroundUnfocused:
|
| return kTextSelectionBackgroundFocused;
|
|
|
| // Tooltip
|
|
|