| Index: ash/cancel_mode.cc
|
| diff --git a/ash/cancel_mode.cc b/ash/cancel_mode.cc
|
| index 96d7dcdda9168c0e651b04458c773f7f563aa4fb..9d5456da6a340e68fe083d01159a3b8166bf5011 100644
|
| --- a/ash/cancel_mode.cc
|
| +++ b/ash/cancel_mode.cc
|
| @@ -15,7 +15,7 @@
|
| Shell::GetAllRootWindowControllers());
|
| for (Shell::RootWindowControllerList::const_iterator i = controllers.begin();
|
| i != controllers.end(); ++i) {
|
| - (*i)->host()->dispatcher()->DispatchCancelModeEvent();
|
| + (*i)->host()->dispatcher()->AsWindowTreeHostDelegate()->OnHostCancelMode();
|
| }
|
| }
|
|
|
|
|