Index: ui/gfx/font_list.cc |
diff --git a/ui/gfx/font_list.cc b/ui/gfx/font_list.cc |
index dc42c2f3d74d4333e59c37d44db1d2943590b9ce..464e7229246f6152c62974c13303bc5070de0541 100644 |
--- a/ui/gfx/font_list.cc |
+++ b/ui/gfx/font_list.cc |
@@ -28,8 +28,7 @@ void ParseFontDescriptionString(const std::string& font_description_string, |
DCHECK_GT(*font_size, 0); |
font_names->pop_back(); |
- // Besides underline (which is supported through StyleRange), Font only |
- // supports BOLD and ITALIC, but not other styles. |
+ // Font supports BOLD and ITALIC; underline is supported via RenderText. |
*font_style = 0; |
for (size_t i = 0; i < styles_size.size() - 1; ++i) { |
// Styles are separated by white spaces. base::SplitString splits styles |