| Index: views/controls/textfield/gtk_views_textview.cc
|
| ===================================================================
|
| --- views/controls/textfield/gtk_views_textview.cc (revision 71043)
|
| +++ views/controls/textfield/gtk_views_textview.cc (working copy)
|
| @@ -50,7 +50,7 @@
|
| gfx::Font font = host->textfield()->font();
|
| const string16 text = host->textfield()->text_to_display_when_empty();
|
| canvas.DrawStringInt(
|
| - UTF16ToWide(text), font,
|
| + text, font,
|
| gfx::GdkColorToSkColor(widget->style->text[GTK_STATE_INSENSITIVE]),
|
| insets.left(), insets.top(),
|
| widget->allocation.width - insets.width(), font.GetHeight());
|
|
|