Index: ui/gfx/font.h |
=================================================================== |
--- ui/gfx/font.h (revision 137485) |
+++ ui/gfx/font.h (working copy) |
@@ -39,7 +39,7 @@ |
// Creates a font from the specified native font. |
explicit Font(NativeFont native_font); |
- // Construct a Font object with the specified PlatformFont object. The Font |
+ // Constructs a Font object with the specified PlatformFont object. The Font |
// object takes ownership of the PlatformFont object. |
explicit Font(PlatformFont* platform_font); |
@@ -97,7 +97,8 @@ |
// destroyed by the caller. |
// Mac: The object is owned by the system and should not be released. |
// Gtk: This handle is created on demand, and must be freed by calling |
- // pango_font_description_free() when the caller is done using it. |
+ // pango_font_description_free() when the caller is done using it or |
+ // by using ScopedPangoFontDescription. |
NativeFont GetNativeFont() const; |
// Raw access to the underlying platform font implementation. Can be |