Index: ui/gfx/render_text.h |
diff --git a/ui/gfx/render_text.h b/ui/gfx/render_text.h |
index d193f4d37e7d1c7fbcd0d8e690f1e8c494be0430..2864b43f8dc5c236fc796025bfc5f198012c0111 100644 |
--- a/ui/gfx/render_text.h |
+++ b/ui/gfx/render_text.h |
@@ -172,9 +172,6 @@ class GFX_EXPORT RenderText { |
const FontList& font_list() const { return font_list_; } |
void SetFontList(const FontList& font_list); |
- // Set the font size to |size| in pixels. |
- void SetFontSize(int size); |
- |
bool cursor_enabled() const { return cursor_enabled_; } |
void SetCursorEnabled(bool cursor_enabled); |