Index: ash/wm/activation_controller_unittest.cc |
=================================================================== |
--- ash/wm/activation_controller_unittest.cc (revision 122697) |
+++ ash/wm/activation_controller_unittest.cc (working copy) |
@@ -133,7 +133,7 @@ |
EXPECT_TRUE(IsActiveWindow(NULL)); |
// Clicking on an activatable window activtes the window. |
- aura::test::EventGenerator generator(w1.get()); |
+ aura::test::EventGenerator generator(Shell::GetRootWindow(), w1.get()); |
generator.ClickLeftButton(); |
EXPECT_TRUE(IsActiveWindow(w1.get())); |