| Index: ui/views/widget/x11_window_event_filter.cc
|
| diff --git a/ui/views/widget/x11_window_event_filter.cc b/ui/views/widget/x11_window_event_filter.cc
|
| index e3865909ae8aebb1876aeae773d6ce0f46ef20e0..9d8d70b362d502c91b384221f025f47b0a4ebdcb 100644
|
| --- a/ui/views/widget/x11_window_event_filter.cc
|
| +++ b/ui/views/widget/x11_window_event_filter.cc
|
| @@ -59,10 +59,8 @@ namespace views {
|
|
|
| X11WindowEventFilter::X11WindowEventFilter(
|
| aura::RootWindow* root_window,
|
| - aura::DesktopActivationClient* activation_client,
|
| - NativeWidgetAura* widget)
|
| - : widget_(widget),
|
| - activation_client_(activation_client),
|
| + aura::DesktopActivationClient* activation_client)
|
| + : activation_client_(activation_client),
|
| xdisplay_(base::MessagePumpAuraX11::GetDefaultXDisplay()),
|
| xwindow_(root_window->GetAcceleratedWidget()),
|
| x_root_window_(DefaultRootWindow(xdisplay_)),
|
|
|