Index: chrome/browser/download/download_util.cc |
diff --git a/chrome/browser/download/download_util.cc b/chrome/browser/download/download_util.cc |
index d043c220ea4448b0692e9e4435522888d81c84a7..2eaabbf4cf0503c86f53c8ba59edcac42b414762 100644 |
--- a/chrome/browser/download/download_util.cc |
+++ b/chrome/browser/download/download_util.cc |
@@ -359,7 +359,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, |