Chromium Code Reviews| Index: ui/gfx/render_text.h |
| diff --git a/ui/gfx/render_text.h b/ui/gfx/render_text.h |
| index c4d48fd79058f9e81fb51816ea923052d7a02165..8a25d134ec9697d29b3c338408d211d8e39297ac 100644 |
| --- a/ui/gfx/render_text.h |
| +++ b/ui/gfx/render_text.h |
| @@ -145,7 +145,7 @@ class UI_EXPORT RenderText { |
| void SetFontSize(int size); |
| // Get the first font in |font_list_|. |
| - const Font& GetFont() const; |
| + const Font& GetPrimaryFont() const; |
|
Alexei Svitkine (slow)
2013/07/23 15:29:26
I think RenderTextWin uses GetFont(), so you'll ne
Yuki
2013/07/24 09:17:05
Good catch! And Mac OS X, too. Possibly other pl
|
| bool cursor_enabled() const { return cursor_enabled_; } |
| void SetCursorEnabled(bool cursor_enabled); |