| Index: ui/views/widget/desktop_aura/x11_window_event_filter.h
|
| diff --git a/ui/views/widget/desktop_aura/x11_window_event_filter.h b/ui/views/widget/desktop_aura/x11_window_event_filter.h
|
| index d172958cc8f64c6a0931b7b4a664747f4a1cc9c8..303de83cfa36a301f482f150fea13226dcaa7777 100644
|
| --- a/ui/views/widget/desktop_aura/x11_window_event_filter.h
|
| +++ b/ui/views/widget/desktop_aura/x11_window_event_filter.h
|
| @@ -26,14 +26,14 @@ class Point;
|
| }
|
|
|
| namespace views {
|
| -class DesktopRootWindowHost;
|
| +class DesktopWindowTreeHost;
|
| class NativeWidgetAura;
|
|
|
| // An EventFilter that sets properties on X11 windows.
|
| class VIEWS_EXPORT X11WindowEventFilter : public ui::EventHandler {
|
| public:
|
| X11WindowEventFilter(aura::RootWindow* root_window,
|
| - DesktopRootWindowHost* root_window_host);
|
| + DesktopWindowTreeHost* root_window_host);
|
| virtual ~X11WindowEventFilter();
|
|
|
| // Changes whether borders are shown on this |root_window|.
|
| @@ -57,7 +57,7 @@ class VIEWS_EXPORT X11WindowEventFilter : public ui::EventHandler {
|
|
|
| ui::X11AtomCache atom_cache_;
|
|
|
| - DesktopRootWindowHost* root_window_host_;
|
| + DesktopWindowTreeHost* root_window_host_;
|
|
|
| // True if |xwindow_| is the current _NET_ACTIVE_WINDOW.
|
| bool is_active_;
|
|
|