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