| Index: services/ui/ws/window_manager_state_unittest.cc
|
| diff --git a/services/ui/ws/window_manager_state_unittest.cc b/services/ui/ws/window_manager_state_unittest.cc
|
| index 2b2e7e2e617af5f991dab91263922494b05dfdc1..63e42e2c8546df50f734d9141357abd53cf8be93 100644
|
| --- a/services/ui/ws/window_manager_state_unittest.cc
|
| +++ b/services/ui/ws/window_manager_state_unittest.cc
|
| @@ -578,8 +578,8 @@ TEST_F(WindowManagerStateTest, CursorResetOverNoTarget) {
|
| // Move the mouse outside the bounds of the child, so that the mouse is not
|
| // over any valid windows. Cursor should change to POINTER.
|
| ui::PointerEvent move(
|
| - ui::ET_POINTER_MOVED, gfx::Point(25, 25), gfx::Point(25, 25), 0, 0, 0,
|
| - ui::PointerDetails(EventPointerType::POINTER_TYPE_MOUSE),
|
| + ui::ET_POINTER_MOVED, gfx::Point(25, 25), gfx::Point(25, 25), 0, 0,
|
| + ui::PointerDetails(EventPointerType::POINTER_TYPE_MOUSE, 0),
|
| base::TimeTicks());
|
| window_manager_state()->ProcessEvent(move, 0);
|
| // The event isn't over a valid target, which should trigger resetting the
|
|
|