| Index: ui/gfx/font_list_impl.h
|
| diff --git a/ui/gfx/font_list_impl.h b/ui/gfx/font_list_impl.h
|
| index 94bb33036abfa0cd576de8ef2ed287f0a127575c..6166a1a732578fb6125ee29f281f5a0492e31d65 100644
|
| --- a/ui/gfx/font_list_impl.h
|
| +++ b/ui/gfx/font_list_impl.h
|
| @@ -13,6 +13,7 @@
|
| namespace gfx {
|
|
|
| class Font;
|
| +struct FontRenderParams;
|
|
|
| // FontListImpl is designed to provide the implementation of FontList and
|
| // intended to be used only from FontList. You must not use this class
|
| @@ -78,6 +79,9 @@ class FontListImpl : public base::RefCounted<FontListImpl> {
|
| // Returns the font size in pixels.
|
| int GetFontSize() const;
|
|
|
| + // Returns an object describing how the primary font should be rendered.
|
| + const FontRenderParams& GetFontRenderParams() const;
|
| +
|
| // Returns the Font vector.
|
| const std::vector<Font>& GetFonts() const;
|
|
|
|
|