Index: chrome/browser/download/drag_download_item_views.cc |
diff --git a/chrome/browser/download/drag_download_item_views.cc b/chrome/browser/download/drag_download_item_views.cc |
index 1859647cb830c42f38605aba4316a10e04a2f8b0..43c25a50d1884c4bcf55bba1cd937e2127d6b44b 100644 |
--- a/chrome/browser/download/drag_download_item_views.cc |
+++ b/chrome/browser/download/drag_download_item_views.cc |
@@ -62,7 +62,7 @@ void DragDownloadItem(const content::DownloadItem* download, |
if (!root_window || !aura::client::GetDragDropClient(root_window)) |
return; |
- gfx::Point location = gfx::Screen::GetScreenFor(view)->GetCursorScreenPoint(); |
+ gfx::Point location = gfx::Screen::GetScreen()->GetCursorScreenPoint(); |
// TODO(varunjain): Properly determine and send DRAG_EVENT_SOURCE below. |
aura::client::GetDragDropClient(root_window)->StartDragAndDrop( |
data, |