Index: ui/aura/window_tree_host_ozone.h |
diff --git a/ui/aura/window_tree_host_ozone.h b/ui/aura/window_tree_host_ozone.h |
index e7711094c07977f2431a30e665dd0c9c3088bb69..67f01d9958f656384af95e98bcddbfc415c0e101 100644 |
--- a/ui/aura/window_tree_host_ozone.h |
+++ b/ui/aura/window_tree_host_ozone.h |
@@ -7,7 +7,6 @@ |
#include "base/memory/scoped_ptr.h" |
#include "ui/aura/window_tree_host.h" |
-#include "ui/events/event_source.h" |
#include "ui/gfx/geometry/rect.h" |
#include "ui/platform_window/platform_window_delegate.h" |
@@ -18,7 +17,6 @@ class PlatformWindow; |
namespace aura { |
class AURA_EXPORT WindowTreeHostOzone : public WindowTreeHost, |
- public ui::EventSource, |
public ui::PlatformWindowDelegate { |
public: |
explicit WindowTreeHostOzone(const gfx::Rect& bounds); |
@@ -53,9 +51,6 @@ class AURA_EXPORT WindowTreeHostOzone : public WindowTreeHost, |
void OnAcceleratedWidgetAvailable(gfx::AcceleratedWidget widget) override; |
void OnActivationChanged(bool active) override; |
- // ui::EventSource overrides. |
- ui::EventProcessor* GetEventProcessor() override; |
- |
// Platform-specific part of this WindowTreeHost. |
scoped_ptr<ui::PlatformWindow> platform_window_; |