Index: ui/aura/window_event_dispatcher.cc |
diff --git a/ui/aura/window_event_dispatcher.cc b/ui/aura/window_event_dispatcher.cc |
index d0401efa395834e30efe12da167607cd6de9cf8d..b94db9e644a9188517e8e9999dbab0d8f3e8e14e 100644 |
--- a/ui/aura/window_event_dispatcher.cc |
+++ b/ui/aura/window_event_dispatcher.cc |
@@ -51,9 +51,9 @@ void SetLastMouseLocation(const Window* root_window, |
if (client) { |
gfx::Point location_in_screen = location_in_root; |
client->ConvertPointToScreen(root_window, &location_in_screen); |
- Env::GetInstance()->set_last_mouse_location(location_in_screen); |
+ Env::GetInstance()->SetLastMouseLocation(location_in_screen); |
} else { |
- Env::GetInstance()->set_last_mouse_location(location_in_root); |
+ Env::GetInstance()->SetLastMouseLocation(location_in_root); |
} |
} |