Index: ui/aura/root_window.cc |
diff --git a/ui/aura/root_window.cc b/ui/aura/root_window.cc |
index 850c8ea31733b1bd1ffc40a0f17a873819e33bd2..f37811639efa2d8f1e6dbed2ff87663640985ffd 100644 |
--- a/ui/aura/root_window.cc |
+++ b/ui/aura/root_window.cc |
@@ -1149,8 +1149,6 @@ void RootWindow::SynthesizeMouseMoveEvent() { |
host_mouse_location, |
host_mouse_location, |
ui::EF_IS_SYNTHESIZED); |
- ConvertPointToNativeScreen(&root_mouse_location); |
- event.set_system_location(root_mouse_location); |
OnHostMouseEvent(&event); |
} |