| Index: ui/views/window/non_client_view.cc
|
| diff --git a/ui/views/window/non_client_view.cc b/ui/views/window/non_client_view.cc
|
| index 357c1dbab118e11cf5d03ac533b8a7bd52f74da0..d6ee959f7b07812296700e5fa96e4a5d8252ae6f 100644
|
| --- a/ui/views/window/non_client_view.cc
|
| +++ b/ui/views/window/non_client_view.cc
|
| @@ -96,6 +96,10 @@ void NonClientView::UpdateWindowIcon() {
|
| frame_view_->UpdateWindowIcon();
|
| }
|
|
|
| +void NonClientView::UpdateWindowTitle() {
|
| + frame_view_->UpdateWindowTitle();
|
| +}
|
| +
|
| void NonClientView::LayoutFrameView() {
|
| // First layout the NonClientFrameView, which determines the size of the
|
| // ClientView...
|
|
|