Index: ui/views/widget/desktop_aura/desktop_window_tree_host_win.h |
diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h b/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h |
index 0338a46ade3ab7bfd012e3688ee9d1ad1d53febf..48f04321acfa7873ea669e1d47ab276b7de9bd50 100644 |
--- a/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h |
+++ b/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h |
@@ -32,7 +32,6 @@ class VIEWS_EXPORT DesktopWindowTreeHostWin |
: public DesktopWindowTreeHost, |
public aura::client::AnimationHost, |
public aura::WindowTreeHost, |
- public ui::EventSource, |
public HWNDMessageHandlerDelegate { |
public: |
DesktopWindowTreeHostWin( |
@@ -118,9 +117,6 @@ class VIEWS_EXPORT DesktopWindowTreeHostWin |
void OnCursorVisibilityChangedNative(bool show) override; |
void MoveCursorToNative(const gfx::Point& location) override; |
- // Overridden frm ui::EventSource |
- ui::EventProcessor* GetEventProcessor() override; |
- |
// Overridden from aura::client::AnimationHost |
void SetHostTransitionOffsets( |
const gfx::Vector2d& top_left_delta, |
@@ -150,7 +146,6 @@ class VIEWS_EXPORT DesktopWindowTreeHostWin |
void PaintLayeredWindow(gfx::Canvas* canvas) override; |
gfx::NativeViewAccessible GetNativeViewAccessible() override; |
bool ShouldHandleSystemCommands() const override; |
- InputMethod* GetInputMethod() override; |
void HandleAppDeactivated() override; |
void HandleActivationChanged(bool active) override; |
bool HandleAppCommand(short command) override; |