| 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 413c0c136d911999c75b97019b59e97e0963b24f..6fe962f5400e9fca6e733a83b5bedc6ffdca4631 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,
|
| @@ -149,7 +145,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;
|
|
|