diff options
-rw-r--r-- | views/window/non_client_view.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/window/non_client_view.cc b/views/window/non_client_view.cc index 3edb614..c089f76 100644 --- a/views/window/non_client_view.cc +++ b/views/window/non_client_view.cc @@ -70,7 +70,7 @@ void NonClientView::UpdateFrame() { bool NonClientView::UseNativeFrame() const { // The frame view may always require a custom frame, e.g. Constrained Windows. if (frame_view_.get() && frame_view_->AlwaysUseCustomFrame()) - return true; + return false; return frame_->ShouldUseNativeFrame(); } |