| 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 17ef1b21f4bbf14a19c6d06806ca78442428a069..7669fae1c3556c8305afd59ceb32628e018bea7a 100644
|
| --- a/ui/aura/remote_window_tree_host_win.cc
|
| +++ b/ui/aura/remote_window_tree_host_win.cc
|
| @@ -489,7 +489,7 @@
|
| }
|
|
|
| ui::EventProcessor* RemoteWindowTreeHostWin::GetEventProcessor() {
|
| - return dispatcher();
|
| + return delegate_->GetEventProcessor();
|
| }
|
|
|
| void RemoteWindowTreeHostWin::CancelComposition() {
|
| @@ -591,7 +591,7 @@
|
| }
|
|
|
| void RemoteWindowTreeHostWin::OnWindowActivated() {
|
| - OnHostActivated();
|
| + delegate_->OnHostActivated();
|
| }
|
|
|
| void RemoteWindowTreeHostWin::OnEdgeGesture() {
|
|
|