| Index: ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h
|
| index a05cbc466e879ad6334414aa66293c6ac0663c38..f1d86f903f9ba64ba2ab8ba8a0881ac133b08350 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h
|
| @@ -15,7 +15,6 @@
|
| #include "base/observer_list.h"
|
| #include "ui/aura/window_tree_host.h"
|
| #include "ui/base/cursor/cursor_loader_x11.h"
|
| -#include "ui/events/event_source.h"
|
| #include "ui/events/platform/platform_event_dispatcher.h"
|
| #include "ui/gfx/geometry/insets.h"
|
| #include "ui/gfx/geometry/rect.h"
|
| @@ -43,7 +42,6 @@ class X11WindowEventFilter;
|
| class VIEWS_EXPORT DesktopWindowTreeHostX11
|
| : public DesktopWindowTreeHost,
|
| public aura::WindowTreeHost,
|
| - public ui::EventSource,
|
| public ui::PlatformEventDispatcher {
|
| public:
|
| DesktopWindowTreeHostX11(
|
| @@ -163,9 +161,6 @@ class VIEWS_EXPORT DesktopWindowTreeHostX11
|
| void MoveCursorToNative(const gfx::Point& location) override;
|
| void OnCursorVisibilityChangedNative(bool show) override;
|
|
|
| - // Overridden frm ui::EventSource
|
| - ui::EventProcessor* GetEventProcessor() override;
|
| -
|
| private:
|
| friend class DesktopWindowTreeHostX11HighDPITest;
|
| // Initializes our X11 surface to draw on. This method performs all
|
|
|