| 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.
|
|
|