Index: chrome/browser/resources/ntp_search/other_devices_page.js |
diff --git a/chrome/browser/resources/ntp_search/other_devices_page.js b/chrome/browser/resources/ntp_search/other_devices_page.js |
index 4d9c713f2f025b9c10137f0fca0887dfcccbce1f..0836d7a289948f9b0f0b071c3e3ad90eb261aff9 100644 |
--- a/chrome/browser/resources/ntp_search/other_devices_page.js |
+++ b/chrome/browser/resources/ntp_search/other_devices_page.js |
@@ -81,7 +81,7 @@ cr.define('ntp', function() { |
// Ask the native side to show a popup listing the devices's tabs. |
chrome.send('showOtherDeviceSessionPopup', |
- [this.data.tag, e.clientX, e.clientY]); |
+ [this.data.tag, e.screenX, e.screenY]); |
}, |
/** |