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( |