| Index: ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
| diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
| index 3b848bc9ddb9aa899dc8eaf96f30a0a97998e5b1..c63c1da3dbfb31de4c98c960f3f308785d3e3d64 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
| @@ -1542,6 +1542,7 @@ void DesktopWindowTreeHostX11::InitX11Window(
|
| window_parent_ = GetHostForXID(parent_xid);
|
| DCHECK(window_parent_);
|
| window_parent_->window_children_.insert(this);
|
| + wm::AddTransientChild(params.parent, content_window_);
|
| }
|
|
|
| // If we have a delegate which is providing a default window icon, use that
|
|
|