Chromium Code Reviews| Index: views/window/non_client_view.cc |
| =================================================================== |
| --- views/window/non_client_view.cc (revision 20071) |
| +++ views/window/non_client_view.cc (working copy) |
| @@ -70,7 +70,7 @@ |
| 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(); |
| } |