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

Unified Diff: ui/native_theme/native_theme.h

Issue 288983010: fix text color of BlueButton on GTK-theme-mode Linux Aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: themify colors instead Created 6 years, 7 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.h
diff --git a/ui/native_theme/native_theme.h b/ui/native_theme/native_theme.h
index 01fccead35aa4715bd042614f36afb336244495d..8a7418f6d49e161e2b33364493508b90d55bfb71 100644
--- a/ui/native_theme/native_theme.h
+++ b/ui/native_theme/native_theme.h
@@ -244,6 +244,10 @@ class NATIVE_THEME_EXPORT NativeTheme {
kColorId_ButtonHighlightColor,
kColorId_ButtonHoverColor,
kColorId_ButtonHoverBackgroundColor,
+ kColorId_CallToActionButtonEnabledColor,
+ kColorId_CallToActionButtonDisabledColor,
+ kColorId_CallToActionButtonHighlightColor,
+ kColorId_CallToActionButtonHoverColor,
// MenuItem
kColorId_EnabledMenuItemForegroundColor,
kColorId_DisabledMenuItemForegroundColor,

Powered by Google App Engine
This is Rietveld 408576698