Index: ui/views/mus/mus_client.cc |
diff --git a/ui/views/mus/mus_client.cc b/ui/views/mus/mus_client.cc |
index 4baf674a5b90477469b9ccf36be77d5bd488bc12..a6a9809bbc985a54df21f25da9d5d767ac415a62 100644 |
--- a/ui/views/mus/mus_client.cc |
+++ b/ui/views/mus/mus_client.cc |
@@ -202,7 +202,7 @@ aura::Window* MusClient::GetWindowAtScreenPoint(const gfx::Point& point) { |
continue; |
// TODO: this likely gets z-order wrong. http://crbug.com/663606. |
gfx::Point relative_point(point); |
- window_tree_host->ConvertPointFromNativeScreen(&relative_point); |
+ window_tree_host->ConvertScreenInPixelsToDIP(&relative_point); |
if (gfx::Rect(root->bounds().size()).Contains(relative_point)) |
return root->GetTopWindowContainingPoint(relative_point); |
} |