| Index: ui/views/widget/desktop_aura/desktop_root_window_host_win.cc
|
| diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc b/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc
|
| index e9fc62fe9a21ddea24fb3dad9067fbec8e97ee81..e634af159cb905a8f325eaab07cf932dad044bf3 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc
|
| +++ b/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc
|
| @@ -99,7 +99,7 @@ aura::RootWindow* DesktopRootWindowHostWin::Init(
|
|
|
| message_handler_->set_remove_standard_frame(params.remove_standard_frame);
|
|
|
| - aura::RootWindow::CreateParams rw_params(params.bounds);
|
| + aura::RootWindow::CreateParams rw_params(params.bounds, false);
|
| rw_params.host = this;
|
| root_window_ = new aura::RootWindow(rw_params);
|
|
|
|
|