Index: views/controls/textfield/gtk_views_entry.cc |
=================================================================== |
--- views/controls/textfield/gtk_views_entry.cc (revision 55911) |
+++ views/controls/textfield/gtk_views_entry.cc (working copy) |
@@ -38,7 +38,7 @@ |
UTF16ToWide(text), font, |
gfx::GdkColorToSkColor(widget->style->text[GTK_STATE_INSENSITIVE]), |
insets.left(), insets.top(), |
- widget->allocation.width - insets.width(), font.height()); |
+ widget->allocation.width - insets.width(), font.GetHeight()); |
} |
} |