Index: ui/aura/shared/compound_event_filter_unittest.cc |
diff --git a/ui/aura/shared/compound_event_filter_unittest.cc b/ui/aura/shared/compound_event_filter_unittest.cc |
index 183b797f5ef6ce656681b869f392445cccda10c1..4709a97bf7472886e1a044e96bfa791a76745e2b 100644 |
--- a/ui/aura/shared/compound_event_filter_unittest.cc |
+++ b/ui/aura/shared/compound_event_filter_unittest.cc |
@@ -61,7 +61,7 @@ TEST_F(CompoundEventFilterTest, TouchHidesCursor) { |
aura::client::SetCursorClient(root_window(), &cursor_client); |
MouseEvent mouse(ui::ET_MOUSE_MOVED, gfx::Point(10, 10), |
- gfx::Point(15, 15), 0); |
+ gfx::Point(10, 10), 0); |
root_window()->AsRootWindowHostDelegate()->OnHostMouseEvent(&mouse); |
EXPECT_TRUE(cursor_client.IsCursorVisible()); |