| Index: trunk/src/ui/aura/window_event_dispatcher_unittest.cc
|
| ===================================================================
|
| --- trunk/src/ui/aura/window_event_dispatcher_unittest.cc (revision 255398)
|
| +++ trunk/src/ui/aura/window_event_dispatcher_unittest.cc (working copy)
|
| @@ -1831,7 +1831,7 @@
|
| EXPECT_FALSE(root_window()->Contains(focused.get()));
|
| EXPECT_EQ(focused.get(),
|
| client::GetFocusClient(root_window())->GetFocusedWindow());
|
| - dispatcher()->DispatchCancelModeEvent();
|
| + dispatcher()->AsWindowTreeHostDelegate()->OnHostCancelMode();
|
| EXPECT_EQ(focused.get(),
|
| client::GetFocusClient(root_window())->GetFocusedWindow());
|
| }
|
|
|