| Index: ui/views/widget/x11_window_event_filter.h
|
| diff --git a/ui/views/widget/x11_window_event_filter.h b/ui/views/widget/x11_window_event_filter.h
|
| index edbf03d21119368617f7dd8632846ed5eb694082..6b3aafebf1506aa70c5f4a59bc715d8dea51996e 100644
|
| --- a/ui/views/widget/x11_window_event_filter.h
|
| +++ b/ui/views/widget/x11_window_event_filter.h
|
| @@ -29,8 +29,7 @@ class VIEWS_EXPORT X11WindowEventFilter : public aura::EventFilter {
|
| public:
|
| explicit X11WindowEventFilter(
|
| aura::RootWindow* root_window,
|
| - aura::DesktopActivationClient* activation_client,
|
| - NativeWidgetAura* widget);
|
| + aura::DesktopActivationClient* activation_client);
|
| virtual ~X11WindowEventFilter();
|
|
|
| // Changes whether borders are shown on this |root_window|.
|
| @@ -54,7 +53,6 @@ class VIEWS_EXPORT X11WindowEventFilter : public aura::EventFilter {
|
| bool DispatchHostWindowDragMovement(int hittest,
|
| const gfx::Point& screen_location);
|
|
|
| - NativeWidgetAura* widget_;
|
| aura::DesktopActivationClient* activation_client_;
|
|
|
| // The display and the native X window hosting the root window.
|
|
|