Index: views/window/custom_frame_view.cc |
=================================================================== |
--- views/window/custom_frame_view.cc (revision 71043) |
+++ views/window/custom_frame_view.cc (working copy) |
@@ -413,9 +413,10 @@ |
if (!d) |
return; |
- canvas->DrawStringInt(d->GetWindowTitle(), *title_font_, SK_ColorWHITE, |
- MirroredLeftPointForRect(title_bounds_), title_bounds_.y(), |
- title_bounds_.width(), title_bounds_.height()); |
+ canvas->DrawStringInt(WideToUTF16Hack(d->GetWindowTitle()), *title_font_, |
+ SK_ColorWHITE, MirroredLeftPointForRect(title_bounds_), |
+ title_bounds_.y(), title_bounds_.width(), |
+ title_bounds_.height()); |
} |
void CustomFrameView::PaintRestoredClientEdge(gfx::Canvas* canvas) { |