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

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: 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/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 5db2b47884cd74a63b7f32182f7c50b1bb55a6f0..340d75fa4c37820563117bd2f9ea6c09c04f82fb 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