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

Unified Diff: ui/gfx/font_list.h

Issue 124693003: Makes the default ctor of gfx::FontList copy the pre-calculated metrics. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Synced. Created 6 years, 11 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 | « no previous file | ui/gfx/font_list.cc » ('j') | ui/gfx/font_list.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/font_list.h
diff --git a/ui/gfx/font_list.h b/ui/gfx/font_list.h
index e37fd625a23dccf76f296c9062958c49c2000a9b..244da8835a07ee17faf591f1837bee275a4a2df3 100644
--- a/ui/gfx/font_list.h
+++ b/ui/gfx/font_list.h
@@ -34,7 +34,8 @@ namespace gfx {
// and operator= is used in RenderText::SetFontList().
class GFX_EXPORT FontList {
public:
- // Creates a font list with a Font with default name and style.
+ // Creates a font list with default font names, size and style, which are
+ // specified by SetDefaultFontDescription().
FontList();
// Creates a font list from a string representing font names, styles, and
« no previous file with comments | « no previous file | ui/gfx/font_list.cc » ('j') | ui/gfx/font_list.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698