| Index: trunk/src/ui/aura/remote_window_tree_host_win.cc
|
| ===================================================================
|
| --- trunk/src/ui/aura/remote_window_tree_host_win.cc (revision 255398)
|
| +++ trunk/src/ui/aura/remote_window_tree_host_win.cc (working copy)
|
| @@ -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() {
|
|
|