| 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 e337da649cc3667f0006cfb0ccdad09e7465ef4d..ab14337dadc2d2d150747e92489fe3b04c75452d 100644
|
| --- a/ui/views/window/non_client_view.cc
|
| +++ b/ui/views/window/non_client_view.cc
|
| @@ -115,6 +115,10 @@ void NonClientView::UpdateWindowTitle() {
|
| frame_view_->UpdateWindowTitle();
|
| }
|
|
|
| +void NonClientView::SizeConstraintsChanged() {
|
| + frame_view_->SizeConstraintsChanged();
|
| +}
|
| +
|
| void NonClientView::LayoutFrameView() {
|
| // First layout the NonClientFrameView, which determines the size of the
|
| // ClientView...
|
|
|