| Index: ui/aura/window_tree_host_win.h
|
| diff --git a/ui/aura/window_tree_host_win.h b/ui/aura/window_tree_host_win.h
|
| index f0fc384c50a631af83a3df2212867052a020aee1..6d0054c4c9c6754a8220e7f1d7cb3823ccecf537 100644
|
| --- a/ui/aura/window_tree_host_win.h
|
| +++ b/ui/aura/window_tree_host_win.h
|
| @@ -9,7 +9,6 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "ui/aura/aura_export.h"
|
| #include "ui/aura/window_tree_host.h"
|
| -#include "ui/events/event_source.h"
|
| #include "ui/platform_window/platform_window.h"
|
| #include "ui/platform_window/platform_window_delegate.h"
|
|
|
| @@ -17,7 +16,6 @@ namespace aura {
|
|
|
| class AURA_EXPORT WindowTreeHostWin
|
| : public WindowTreeHost,
|
| - public ui::EventSource,
|
| public NON_EXPORTED_BASE(ui::PlatformWindowDelegate) {
|
| public:
|
| explicit WindowTreeHostWin(const gfx::Rect& bounds);
|
| @@ -37,9 +35,6 @@ class AURA_EXPORT WindowTreeHostWin
|
| void MoveCursorToNative(const gfx::Point& location) override;
|
| void OnCursorVisibilityChangedNative(bool show) override;
|
|
|
| - // ui::EventSource:
|
| - ui::EventProcessor* GetEventProcessor() override;
|
| -
|
| protected:
|
| gfx::AcceleratedWidget hwnd() const { return widget_; }
|
|
|
|
|