summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/font_descriptor_mac.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/font_descriptor_mac.h b/chrome/common/font_descriptor_mac.h
index 732fc42..37b963e 100644
--- a/chrome/common/font_descriptor_mac.h
+++ b/chrome/common/font_descriptor_mac.h
@@ -19,13 +19,13 @@ struct FontDescriptor {
explicit FontDescriptor(NSFont* font);
FontDescriptor() : font_point_size(0) {}
-
+
// Return an autoreleased NSFont corresponding to the font description.
NSFont* nsFont() const;
// Name of the font.
string16 font_name;
-
+
// Size in points.
float font_point_size;
};