Index: ui/views/controls/menu/menu_delegate.h |
diff --git a/ui/views/controls/menu/menu_delegate.h b/ui/views/controls/menu/menu_delegate.h |
index 97ce1851954e2e688cf6156b5f79e94b6344879f..e50ec8e5ce0d6c28865cf6954288470d9c4215f2 100644 |
--- a/ui/views/controls/menu/menu_delegate.h |
+++ b/ui/views/controls/menu/menu_delegate.h |
@@ -17,7 +17,7 @@ |
using ui::OSExchangeData; |
namespace gfx { |
-class Font; |
+class FontList; |
} |
namespace ui { |
@@ -64,7 +64,7 @@ class VIEWS_EXPORT MenuDelegate { |
virtual base::string16 GetLabel(int id) const; |
// The font for the menu item label. |
- virtual const gfx::Font* GetLabelFont(int id) const; |
+ virtual const gfx::FontList* GetLabelFontList(int id) const; |
// Override the text color of a given menu item dependent on the |
// |command_id| and its |is_hovered| state. Returns true if it chooses to |