| Index: ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
| diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host_x11.cc b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
| similarity index 99%
|
| rename from ui/views/widget/desktop_aura/desktop_root_window_host_x11.cc
|
| rename to ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
| index 0003030d8cca77141f6d305a0d95044d70b7fa45..e42d96722d53b2ada363dfc313354cef764e9016 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_root_window_host_x11.cc
|
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ui/views/widget/desktop_aura/desktop_root_window_host_x11.h"
|
| +#include "ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h"
|
|
|
| #include <X11/extensions/shape.h>
|
| #include <X11/extensions/XInput2.h>
|
| @@ -45,7 +45,7 @@
|
| #include "ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h"
|
| #include "ui/views/widget/desktop_aura/desktop_native_cursor_manager.h"
|
| #include "ui/views/widget/desktop_aura/desktop_native_widget_aura.h"
|
| -#include "ui/views/widget/desktop_aura/desktop_root_window_host_observer_x11.h"
|
| +#include "ui/views/widget/desktop_aura/desktop_window_tree_host_observer_x11.h"
|
| #include "ui/views/widget/desktop_aura/x11_desktop_handler.h"
|
| #include "ui/views/widget/desktop_aura/x11_desktop_window_move_client.h"
|
| #include "ui/views/widget/desktop_aura/x11_scoped_capture.h"
|
|
|