Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(251)

Unified Diff: ui/native_theme/native_theme_dark_aura.cc

Issue 2319313003: views: refactor away PlatformStyle::BackgroundColorForMdButton (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698