| 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 303de83cfa36a301f482f150fea13226dcaa7777..41f2454640f6bbf12e64c4d61e1b46e17e337e40 100644
|
| --- a/ui/views/widget/desktop_aura/x11_window_event_filter.h
|
| +++ b/ui/views/widget/desktop_aura/x11_window_event_filter.h
|
| @@ -33,7 +33,7 @@ class NativeWidgetAura;
|
| class VIEWS_EXPORT X11WindowEventFilter : public ui::EventHandler {
|
| public:
|
| X11WindowEventFilter(aura::RootWindow* root_window,
|
| - DesktopWindowTreeHost* root_window_host);
|
| + DesktopWindowTreeHost* window_tree_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_;
|
|
|
| - DesktopWindowTreeHost* root_window_host_;
|
| + DesktopWindowTreeHost* window_tree_host_;
|
|
|
| // True if |xwindow_| is the current _NET_ACTIVE_WINDOW.
|
| bool is_active_;
|
|
|