Chromium Code Reviews| Index: views/window/window_win.cc |
| =================================================================== |
| --- views/window/window_win.cc (revision 19153) |
| +++ views/window/window_win.cc (working copy) |
| @@ -511,7 +511,7 @@ |
| if (window_ex_style() == 0) |
| set_window_ex_style(CalculateWindowExStyle()); |
| - WidgetWin::Init(parent, bounds, true); |
| + WidgetWin::Init(parent, bounds); |
| win_util::SetWindowUserData(GetNativeView(), this); |
| // Create the ClientView, add it to the NonClientView and add the |