Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(363)

Unified Diff: ui/views/widget/desktop_aura/desktop_window_tree_host_win.h

Issue 1155013005: Refactoring the ownership of ui::InputMethod. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed bot failure: cast_shell_linux Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698