Index: trunk/src/ash/cancel_mode.cc |
=================================================================== |
--- trunk/src/ash/cancel_mode.cc (revision 236090) |
+++ trunk/src/ash/cancel_mode.cc (working copy) |
@@ -15,7 +15,7 @@ |
Shell::GetAllRootWindowControllers()); |
for (Shell::RootWindowControllerList::const_iterator i = controllers.begin(); |
i != controllers.end(); ++i) { |
- (*i)->dispatcher()->AsWindowTreeHostDelegate()->OnHostCancelMode(); |
+ (*i)->dispatcher()->AsRootWindowHostDelegate()->OnHostCancelMode(); |
} |
} |