Index: ash/host/ash_window_tree_host.cc |
diff --git a/ash/host/ash_window_tree_host.cc b/ash/host/ash_window_tree_host.cc |
index aa2af959280bc47447255baccbabeccd6c69081e..73ecd8cc6ead963f989a76bc4713973afedc73bf 100644 |
--- a/ash/host/ash_window_tree_host.cc |
+++ b/ash/host/ash_window_tree_host.cc |
@@ -50,7 +50,7 @@ void AshWindowTreeHost::TranslateLocatedEvent(ui::LocatedEvent* event) { |
// host window, then convert it back to this host window's coordinate. |
screen_position_client->ConvertHostPointToScreen(root_window, &location); |
screen_position_client->ConvertPointFromScreen(root_window, &location); |
- wth->ConvertPointToHost(&location); |
+ wth->ConvertDIPToPixels(&location); |
event->set_location(location); |
event->set_root_location(location); |
} |