| 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 f1cc3f6323893dbdf784a7c9cc795b2d5a13d903..2bb3b4bcd7a704e48796f7a5cd5b57d731efe1ee 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
|
| @@ -1173,7 +1173,7 @@ void DesktopWindowTreeHostX11::InitX11Window(
|
| depth, InputOutput, visual, attribute_mask, &swa);
|
| if (ui::PlatformEventSource::GetInstance())
|
| ui::PlatformEventSource::GetInstance()->AddPlatformEventDispatcher(this);
|
| - open_windows().push_back(xwindow_);
|
| + open_windows().push_front(xwindow_);
|
|
|
| // TODO(erg): Maybe need to set a ViewProp here like in RWHL::RWHL().
|
|
|
|
|