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; |
bool cursor_enabled() const { return cursor_enabled_; } |
void SetCursorEnabled(bool cursor_enabled); |