| Index: ui/native_theme/native_theme_win.cc
|
| diff --git a/ui/native_theme/native_theme_win.cc b/ui/native_theme/native_theme_win.cc
|
| index 7f30ddb64725948a3efabbeef69efb3ab6b579cf..e1db2cc36ca4226abc5fe3d3f18428fd610b749a 100644
|
| --- a/ui/native_theme/native_theme_win.cc
|
| +++ b/ui/native_theme/native_theme_win.cc
|
| @@ -578,8 +578,6 @@ SkColor NativeThemeWin::GetSystemColor(ColorId color_id) const {
|
| case kColorId_TreeSelectionBackgroundUnfocused:
|
| return system_colors_[IsUsingHighContrastTheme() ?
|
| COLOR_MENUHIGHLIGHT : COLOR_BTNFACE];
|
| - case kColorId_TreeArrow:
|
| - return system_colors_[COLOR_WINDOWTEXT];
|
|
|
| // Table
|
| case kColorId_TableBackground:
|
|
|