diff options
Diffstat (limited to 'ui/views/drag_utils.cc')
-rw-r--r-- | ui/views/drag_utils.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/views/drag_utils.cc b/ui/views/drag_utils.cc index 09812d9..f9efd2e 100644 --- a/ui/views/drag_utils.cc +++ b/ui/views/drag_utils.cc @@ -47,7 +47,7 @@ void RunShellDrag(gfx::NativeView view, #if defined(USE_AURA) gfx::Point root_location(location); aura::RootWindow* root_window = view->GetRootWindow(); - aura::Window::ConvertPointToWindow(view, root_window, &root_location); + aura::Window::ConvertPointToTarget(view, root_window, &root_location); if (aura::client::GetDragDropClient(root_window)) { aura::client::GetDragDropClient(root_window)->StartDragAndDrop( data, root_location, operation); |