| Index: ui/aura/window_tree_host.cc
|
| diff --git a/ui/aura/window_tree_host.cc b/ui/aura/window_tree_host.cc
|
| index 8b1ad4e1a0b2762c3f5dbe4741952a99b519ae2a..39f4c95f95145820e4873384419d2e3f64ec22a3 100644
|
| --- a/ui/aura/window_tree_host.cc
|
| +++ b/ui/aura/window_tree_host.cc
|
| @@ -257,6 +257,7 @@ void WindowTreeHost::OnHostLostWindowCapture() {
|
|
|
| void WindowTreeHost::MoveCursorToInternal(const gfx::Point& root_location,
|
| const gfx::Point& host_location) {
|
| + last_cursor_request_position_in_host_ = host_location;
|
| MoveCursorToNative(host_location);
|
| client::CursorClient* cursor_client = client::GetCursorClient(window());
|
| if (cursor_client) {
|
|
|