| Index: ash/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc
|
| diff --git a/ash/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc b/ash/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc
|
| index 3ddec6ee15f0c70bb8eadfb966d079cfc095e795..8089766e269bb76acc237662f2fc8adae1388d23 100644
|
| --- a/ash/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc
|
| +++ b/ash/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc
|
| @@ -61,7 +61,7 @@ void SetMouseLocationInScreen(const gfx::Point& screen_location) {
|
| aura::client::GetScreenPositionClient(root_window);
|
| if (client)
|
| client->ConvertPointFromScreen(root_window, &host_location);
|
| - root_window->GetHost()->MoveCursorTo(host_location);
|
| + root_window->GetHost()->MoveCursorToLocationInDIP(host_location);
|
| }
|
|
|
| } // namespace
|
|
|