| Index: chrome/browser/ui/libgtkui/native_theme_gtk2.cc
|
| diff --git a/chrome/browser/ui/libgtkui/native_theme_gtk2.cc b/chrome/browser/ui/libgtkui/native_theme_gtk2.cc
|
| index fa179c4024b26d21a5a99230872997bec2a4d28b..2006fb250a0aa436002ae0b17988143fcf2f83cf 100644
|
| --- a/chrome/browser/ui/libgtkui/native_theme_gtk2.cc
|
| +++ b/chrome/browser/ui/libgtkui/native_theme_gtk2.cc
|
| @@ -274,6 +274,10 @@ SkColor NativeThemeGtk2::GetSystemColor(ColorId color_id) const {
|
| return GetTextColor(GetEntry(), NORMAL);
|
| case kColorId_LabelDisabledColor:
|
| return GetTextColor(GetLabel(), INSENSITIVE);
|
| + case kColorId_LabelTextSelectionColor:
|
| + return GetTextColor(GetLabel(), SELECTED);
|
| + case kColorId_LabelTextSelectionBackgroundFocused:
|
| + return GetBaseColor(GetLabel(), SELECTED);
|
|
|
| // Link
|
| case kColorId_LinkDisabled:
|
|
|