Chromium Code Reviews

Unified Diff: views/controls/menu/chrome_menu.h

Issue 113441: ChromeFont->gfx::Font... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « views/controls/link.cc ('k') | views/controls/menu/chrome_menu.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/controls/menu/chrome_menu.h
===================================================================
--- views/controls/menu/chrome_menu.h (revision 16106)
+++ views/controls/menu/chrome_menu.h (working copy)
@@ -319,7 +319,7 @@
MenuItemView* GetParentMenuItem() const { return parent_menu_item_; }
// Sets the font.
- void SetFont(const ChromeFont& font) { font_ = font; }
+ void SetFont(const gfx::Font& font) { font_ = font; }
// Sets the title
void SetTitle(const std::wstring& title) {
@@ -460,7 +460,7 @@
SubmenuView* submenu_;
// Font.
- ChromeFont font_;
+ gfx::Font font_;
// Title.
std::wstring title_;
« no previous file with comments | « views/controls/link.cc ('k') | views/controls/menu/chrome_menu.cc » ('j') | no next file with comments »

Powered by Google App Engine