Index: ash/wm/immersive_fullscreen_controller.cc |
diff --git a/ash/wm/immersive_fullscreen_controller.cc b/ash/wm/immersive_fullscreen_controller.cc |
index 75781d5577ab2c74bc0c5ec36f0ce55488db5f52..0d0c54d361321e147edad20e48aef04416acda46 100644 |
--- a/ash/wm/immersive_fullscreen_controller.cc |
+++ b/ash/wm/immersive_fullscreen_controller.cc |
@@ -355,7 +355,7 @@ void ImmersiveFullscreenController::SetupForTest() { |
bottommost_in_screen = bounds_in_screen[i].bottom(); |
} |
gfx::Point cursor_pos(0, bottommost_in_screen + 100); |
- aura::Env::GetInstance()->set_last_mouse_location(cursor_pos); |
+ aura::Env::GetInstance()->SetLastMouseLocation(cursor_pos); |
UpdateLocatedEventRevealedLock(NULL); |
} |