Index: content/common/mac/font_descriptor.h |
diff --git a/content/common/mac/font_descriptor.h b/content/common/mac/font_descriptor.h |
index 219f1fb2ca8a145567fbf377e86d70deb6a69d37..71d555dbaa8c6675faed85deb66b77a4c6c22975 100644 |
--- a/content/common/mac/font_descriptor.h |
+++ b/content/common/mac/font_descriptor.h |
@@ -21,7 +21,9 @@ struct CONTENT_EXPORT FontDescriptor { |
FontDescriptor() : font_point_size(0) {} |
- // Return an autoreleased NSFont corresponding to the font description. |
+ // Return an autoreleased NSFont corresponding to the font description. Note |
+ // that this will return nil if the font specified isn't available in this |
+ // process. |
NSFont* ToNSFont() const; |
// Name of the font. |