| Index: ui/views/widget/desktop_aura/x11_window_event_filter.cc
|
| diff --git a/ui/views/widget/desktop_aura/x11_window_event_filter.cc b/ui/views/widget/desktop_aura/x11_window_event_filter.cc
|
| index 3f415f0050d5170c34dae2f401851625b29531e3..2c490f33fec19298ea0469dd7cba20a99f7783bd 100644
|
| --- a/ui/views/widget/desktop_aura/x11_window_event_filter.cc
|
| +++ b/ui/views/widget/desktop_aura/x11_window_event_filter.cc
|
| @@ -61,7 +61,7 @@ namespace views {
|
|
|
| X11WindowEventFilter::X11WindowEventFilter(
|
| aura::RootWindow* root_window,
|
| - DesktopRootWindowHost* root_window_host)
|
| + DesktopWindowTreeHost* root_window_host)
|
| : xdisplay_(gfx::GetXDisplay()),
|
| xwindow_(root_window->host()->GetAcceleratedWidget()),
|
| x_root_window_(DefaultRootWindow(xdisplay_)),
|
|
|