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

Unified Diff: ui/native_theme/native_theme_win.cc

Issue 2961223002: Rename native theme color constants relating to text on dialog buttons
Patch Set: rebase Created 3 years, 6 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
« no previous file with comments | « ui/native_theme/native_theme_mac.mm ('k') | ui/views/controls/button/label_button.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 70c83cd9c57594d9a6cdd3c599506012969239e8..bbd4e7d6346801f4d01840851f165664d11447e3 100644
--- a/ui/native_theme/native_theme_win.cc
+++ b/ui/native_theme/native_theme_win.cc
@@ -469,7 +469,7 @@ SkColor NativeThemeWin::GetSystemColor(ColorId color_id) const {
return kUnfocusedBorderColor;
// Button
- case kColorId_ButtonEnabledColor:
+ case kColorId_TextOnEnabledDialogButton:
return system_colors_[COLOR_BTNTEXT];
case kColorId_ButtonHoverColor:
return kButtonHoverColor;
« no previous file with comments | « ui/native_theme/native_theme_mac.mm ('k') | ui/views/controls/button/label_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698