| Index: ui/aura/window.cc
|
| diff --git a/ui/aura/window.cc b/ui/aura/window.cc
|
| index 0f26981b55882f1765437c96cbd3695e0c35f066..cd4debe82cbc0b6043efc244e7d9852e3d86aace 100644
|
| --- a/ui/aura/window.cc
|
| +++ b/ui/aura/window.cc
|
| @@ -464,7 +464,7 @@ void Window::MoveCursorTo(const gfx::Point& point_in_window) {
|
| DCHECK(root_window);
|
| gfx::Point point_in_root(point_in_window);
|
| ConvertPointToTarget(this, root_window, &point_in_root);
|
| - root_window->GetHost()->MoveCursorTo(point_in_root);
|
| + root_window->GetHost()->MoveCursorToLocationInDIP(point_in_root);
|
| }
|
|
|
| gfx::NativeCursor Window::GetCursor(const gfx::Point& point) const {
|
|
|