Index: chrome/browser/download/download_util.cc |
diff --git a/chrome/browser/download/download_util.cc b/chrome/browser/download/download_util.cc |
index 7a017027c0c217ffce1396432b68f63e9e8c8c37..eae46e9575391525997cfb6dd26b35b14aa2bb2e 100644 |
--- a/chrome/browser/download/download_util.cc |
+++ b/chrome/browser/download/download_util.cc |
@@ -392,7 +392,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, |