Chromium Code Reviews| 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 443d955642302b7fb153e96ea8dacf7195cd9f92..b565741a1c48ec45138a1173e2d2f6f56a92d7ba 100644 |
| --- a/ui/native_theme/native_theme_dark_aura.cc |
| +++ b/ui/native_theme/native_theme_dark_aura.cc |
| @@ -96,6 +96,7 @@ SkColor NativeThemeDarkAura::GetSystemColor(ColorId color_id) const { |
| case kColorId_ResultsTableNormalUrl: |
| case kColorId_ResultsTableHoveredUrl: |
| case kColorId_ResultsTableSelectedUrl: |
| + case kColorId_ButtonPressedShade: |
|
Evan Stade
2016/09/08 16:36:49
nit: perhaps keep these in declaration order? i.e.
|
| return NativeThemeAura::GetSystemColor(color_id); |
| // Any other color is not defined and shouldn't be used in a dark theme. |