| Index: ui/views/widget/desktop_aura/desktop_root_window_host_linux.cc
|
| diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host_linux.cc b/ui/views/widget/desktop_aura/desktop_root_window_host_linux.cc
|
| index e487e47fbea7c3fcf16eeca30dbf9b132c1f9c7b..5a0688db663313ac0b1c2f14a343f8b098432cc4 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_root_window_host_linux.cc
|
| +++ b/ui/views/widget/desktop_aura/desktop_root_window_host_linux.cc
|
| @@ -189,7 +189,7 @@ aura::RootWindow* DesktopRootWindowHostLinux::InitRootWindow(
|
| const Widget::InitParams& params) {
|
| bounds_ = params.bounds;
|
|
|
| - aura::RootWindow::CreateParams rw_params(bounds_);
|
| + aura::RootWindow::CreateParams rw_params(bounds_, false);
|
| rw_params.host = this;
|
| root_window_ = new aura::RootWindow(rw_params);
|
| root_window_->Init();
|
|
|