Index: ui/gfx/font_list_impl.cc |
diff --git a/ui/gfx/font_list_impl.cc b/ui/gfx/font_list_impl.cc |
index 8c00fcc82785b2194b892f7736c0d4fcf76ca1fa..298331acd4c40d9a891706582a7d9bdc4a11772d 100644 |
--- a/ui/gfx/font_list_impl.cc |
+++ b/ui/gfx/font_list_impl.cc |
@@ -188,6 +188,10 @@ int FontListImpl::GetFontSize() const { |
return font_size_; |
} |
+const FontRenderParams& FontListImpl::GetFontRenderParams() const { |
+ return GetPrimaryFont().GetFontRenderParams(); |
+} |
+ |
const std::vector<Font>& FontListImpl::GetFonts() const { |
if (fonts_.empty()) { |
DCHECK(!font_description_string_.empty()); |