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..9cdf4ee37a14fa99c30966726c6228f543e27e61 100644 |
| --- a/ui/native_theme/native_theme_dark_aura.cc |
| +++ b/ui/native_theme/native_theme_dark_aura.cc |
| @@ -42,6 +42,8 @@ SkColor NativeThemeDarkAura::GetSystemColor(ColorId color_id) const { |
| return kButtonEnabledColor; |
| case kColorId_CallToActionColor: |
| return gfx::kGoogleBlue300; |
| + case kColorId_ButtonPressedShade: |
|
Evan Stade
2016/09/08 14:50:47
nit: move to intentional pass-throughs block
Elly Fong-Jones
2016/09/08 16:06:12
Done.
|
| + return SK_ColorTRANSPARENT; |
| // Label |
| case kColorId_LabelEnabledColor: |