Index: chrome/browser/download/download_util.cc |
diff --git a/chrome/browser/download/download_util.cc b/chrome/browser/download/download_util.cc |
index 3c8b59d017796e061383970319bca085eb990725..c57396962be5fb388e38854d43b01a56e9420a7f 100644 |
--- a/chrome/browser/download/download_util.cc |
+++ b/chrome/browser/download/download_util.cc |
@@ -374,7 +374,7 @@ void DragDownload(const DownloadItem* download, |
if (!root_window || !aura::client::GetDragDropClient(root_window)) |
return; |
- gfx::Point location = gfx::Screen::GetCursorScreenPoint(); |
+ gfx::Point location = gfx::Screen::GetScreenFor(view)->GetCursorScreenPoint(); |
aura::client::GetDragDropClient(root_window)->StartDragAndDrop( |
data, |
root_window, |