Index: ui/aura/remote_window_tree_host_win.cc |
diff --git a/ui/aura/remote_window_tree_host_win.cc b/ui/aura/remote_window_tree_host_win.cc |
index 7669fae1c3556c8305afd59ceb32628e018bea7a..17ef1b21f4bbf14a19c6d06806ca78442428a069 100644 |
--- a/ui/aura/remote_window_tree_host_win.cc |
+++ b/ui/aura/remote_window_tree_host_win.cc |
@@ -489,7 +489,7 @@ void RemoteWindowTreeHostWin::PrepareForShutdown() { |
} |
ui::EventProcessor* RemoteWindowTreeHostWin::GetEventProcessor() { |
- return delegate_->GetEventProcessor(); |
+ return dispatcher(); |
} |
void RemoteWindowTreeHostWin::CancelComposition() { |
@@ -591,7 +591,7 @@ void RemoteWindowTreeHostWin::OnChar(uint32 key_code, |
} |
void RemoteWindowTreeHostWin::OnWindowActivated() { |
- delegate_->OnHostActivated(); |
+ OnHostActivated(); |
} |
void RemoteWindowTreeHostWin::OnEdgeGesture() { |