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

Unified Diff: chrome/browser/ui/libgtk2ui/native_theme_gtk2.cc

Issue 205153003: linux_aura: Don't inject black in WrenchMenu::GetForegroundColor(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Style nit Created 6 years, 9 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: chrome/browser/ui/libgtk2ui/native_theme_gtk2.cc
diff --git a/chrome/browser/ui/libgtk2ui/native_theme_gtk2.cc b/chrome/browser/ui/libgtk2ui/native_theme_gtk2.cc
index 346f2537e9db6914999a6eef4a59e2dcc51847ad..2baefe0fab9e09682dce72a4b01aa4df31ab73cc 100644
--- a/chrome/browser/ui/libgtk2ui/native_theme_gtk2.cc
+++ b/chrome/browser/ui/libgtk2ui/native_theme_gtk2.cc
@@ -118,6 +118,7 @@ GdkColor NativeThemeGtk2::GetSystemGdkColor(ColorId color_id) const {
// MenuItem
case kColorId_EnabledMenuItemForegroundColor:
+ case kColorId_BoldedDisabledMenuItemForegroundColor:
return GetMenuItemStyle()->text[GTK_STATE_NORMAL];
case kColorId_DisabledMenuItemForegroundColor:
return GetMenuItemStyle()->text[GTK_STATE_INSENSITIVE];
« no previous file with comments | « no previous file | chrome/browser/ui/views/toolbar/wrench_menu.h » ('j') | ui/views/controls/menu/menu_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698