| Index: ash/wm/custom_frame_view_ash.cc
|
| diff --git a/ash/wm/custom_frame_view_ash.cc b/ash/wm/custom_frame_view_ash.cc
|
| index 7aba0b4c6bb92cc0e39e099548089b3f628a8bf0..77977f2f51c66ad62a351d33aab952e3d102e243 100644
|
| --- a/ash/wm/custom_frame_view_ash.cc
|
| +++ b/ash/wm/custom_frame_view_ash.cc
|
| @@ -105,6 +105,10 @@ void CustomFrameViewAsh::UpdateWindowIcon() {
|
| window_icon_->SchedulePaint();
|
| }
|
|
|
| +void CustomFrameViewAsh::UpdateWindowTitle() {
|
| + frame_painter_->SchedulePaintForTitle(this, GetTitleFont());
|
| +}
|
| +
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // CustomFrameViewAsh, views::View overrides:
|
|
|
|
|