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

Unified Diff: ui/aura/remote_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: rebased. Created 5 years, 7 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/aura/remote_window_tree_host_win.h
diff --git a/ui/aura/remote_window_tree_host_win.h b/ui/aura/remote_window_tree_host_win.h
index 4cde32c9cf7ad5f5c0015923e34ef48300394b93..1bfd51f0926b47f34f45d64f392a31a399fe45cb 100644
--- a/ui/aura/remote_window_tree_host_win.h
+++ b/ui/aura/remote_window_tree_host_win.h
@@ -40,7 +40,6 @@ namespace aura {
// frontend process, which forwards input events to this class.
class AURA_EXPORT RemoteWindowTreeHostWin
: public WindowTreeHost,
- public ui::EventSource,
public ui::internal::RemoteInputMethodDelegateWin {
public:
// Returns the current RemoteWindowTreeHostWin. This does *not* create a
@@ -129,9 +128,6 @@ class AURA_EXPORT RemoteWindowTreeHostWin
void MoveCursorToNative(const gfx::Point& location) override;
void OnCursorVisibilityChangedNative(bool show) override;
- // ui::EventSource:
- ui::EventProcessor* GetEventProcessor() override;
-
// ui::internal::RemoteInputMethodDelegateWin overrides:
void CancelComposition() override;
void OnTextInputClientUpdated(

Powered by Google App Engine
This is Rietveld 408576698