| 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 667fad4bbacd3cdc097189138e529820f99e542a..4ef0c31c50ee814d13c47227e8ef0f8cc8b73a81 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(
|
| @@ -119,9 +118,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 ResetWindowControls() 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;
|
|
|