Chromium Code Reviews| Index: ui/gfx/render_text.h |
| =================================================================== |
| --- ui/gfx/render_text.h (revision 157127) |
| +++ ui/gfx/render_text.h (working copy) |
| @@ -113,6 +113,7 @@ |
| const FontList& font_list() const { return font_list_; } |
| void SetFontList(const FontList& font_list); |
| + void SetFont(const Font& font); |
| // Set the font size to |size| in pixels. |
| void SetFontSize(int size); |