Index: ui/aura/test/event_generator.cc |
diff --git a/ui/aura/test/event_generator.cc b/ui/aura/test/event_generator.cc |
index 911cb786f7ee32a18782f663ee1c3a2f9209e6ad..b9728b94ed5466f922a0212b641e624ac105d74b 100644 |
--- a/ui/aura/test/event_generator.cc |
+++ b/ui/aura/test/event_generator.cc |
@@ -159,7 +159,6 @@ void EventGenerator::MoveMouseTo(const gfx::Point& point, int count) { |
UpdateCurrentRootWindow(move_point); |
ConvertPointToTarget(current_root_window_, &move_point); |
ui::MouseEvent mouseev(event_type, move_point, move_point, flags_); |
- mouseev.set_system_location(move_point); |
Dispatch(&mouseev); |
} |
current_location_ = point; |