diff options
Diffstat (limited to 'views/window/window_win.cc')
-rwxr-xr-x | views/window/window_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/window/window_win.cc b/views/window/window_win.cc index 52d7704..2c17531 100755 --- a/views/window/window_win.cc +++ b/views/window/window_win.cc @@ -511,7 +511,7 @@ void WindowWin::Init(HWND parent, const gfx::Rect& bounds) { 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 |