| 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 96eb21ac2192c7cbb30e8cd8ede42f686378d750..fac60e80c3f46b244360b5414f47e1b0e1c84ae0 100644
|
| --- a/ui/views/controls/menu/menu_config.h
|
| +++ b/ui/views/controls/menu/menu_config.h
|
| @@ -6,7 +6,7 @@
|
| #define UI_VIEWS_CONTROLS_MENU_MENU_CONFIG_H_
|
|
|
| #include "third_party/skia/include/core/SkColor.h"
|
| -#include "ui/gfx/font.h"
|
| +#include "ui/gfx/font_list.h"
|
| #include "ui/views/views_export.h"
|
|
|
| namespace ui {
|
| @@ -23,8 +23,8 @@ struct VIEWS_EXPORT MenuConfig {
|
|
|
| static const MenuConfig& instance(const ui::NativeTheme* theme);
|
|
|
| - // Font used by menus.
|
| - gfx::Font font;
|
| + // Font list used by menus.
|
| + gfx::FontList font_list;
|
|
|
| // Normal text color.
|
| SkColor text_color;
|
|
|