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

Unified Diff: ui/views/controls/menu/menu_config.h

Issue 12483006: wrench_menu: use NativeTheme colors under aura (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove unused constant in common_theme.cc Created 7 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: ui/views/controls/menu/menu_config.h
diff --git a/ui/views/controls/menu/menu_config.h b/ui/views/controls/menu/menu_config.h
index e0ec6cd0cae62793d1fa195ae453113c4e47836c..2a92993792ed385dff999031913adfcd00b0c9f3 100644
--- a/ui/views/controls/menu/menu_config.h
+++ b/ui/views/controls/menu/menu_config.h
@@ -137,7 +137,7 @@ struct VIEWS_EXPORT MenuConfig {
// TODO: temporary until we standardize.
#if defined(USE_AURA)
- void InitAura();
+ void InitAura(const ui::NativeTheme* theme);
#endif
// Adjust some values for a new UI style.

Powered by Google App Engine
This is Rietveld 408576698