| Index: ui/views/window/custom_frame_view.cc
|
| diff --git a/ui/views/window/custom_frame_view.cc b/ui/views/window/custom_frame_view.cc
|
| index e94fcd4ce6816358d3c6a44cb7645bd1a4dcd965..a74b5d232ab0cd865b018be08bfdbea9925ca894 100644
|
| --- a/ui/views/window/custom_frame_view.cc
|
| +++ b/ui/views/window/custom_frame_view.cc
|
| @@ -211,6 +211,10 @@ void CustomFrameView::UpdateWindowIcon() {
|
| window_icon_->SchedulePaint();
|
| }
|
|
|
| +void CustomFrameView::UpdateWindowTitle() {
|
| + SchedulePaintInRect(title_bounds_);
|
| +}
|
| +
|
| ///////////////////////////////////////////////////////////////////////////////
|
| // CustomFrameView, View overrides:
|
|
|
|
|