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

Unified Diff: chrome/common/gfx/chrome_font.h

Issue 71005: Merge 13114 - Make the font family and the font size used in dom UI localizab... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/branches/172/src/
Patch Set: '' Created 11 years, 8 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
« no previous file with comments | « chrome/browser/resources/new_tab.html ('k') | chrome/common/gfx/chrome_font_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/gfx/chrome_font.h
===================================================================
--- chrome/common/gfx/chrome_font.h (revision 13559)
+++ chrome/common/gfx/chrome_font.h (working copy)
@@ -47,7 +47,6 @@
BOLD = 1,
ITALIC = 2,
UNDERLINED = 4,
- WEB = 8, // TODO(agl): what does this mean?
};
// Creates a ChromeFont given font name (e.g. arial), font size (e.g. 12).
@@ -66,7 +65,7 @@
// size_deta is the size to add to the current font. See the single
// argument version of this method for an example.
// The style parameter specifies the new style for the font, and is a
- // bitmask of the values: BOLD, ITALIC, UNDERLINED and WEB.
+ // bitmask of the values: BOLD, ITALIC and UNDERLINED.
ChromeFont DeriveFont(int size_delta, int style) const;
// Returns the number of vertical pixels needed to display characters from
« no previous file with comments | « chrome/browser/resources/new_tab.html ('k') | chrome/common/gfx/chrome_font_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698