| Index: ui/views/corewm/desktop_capture_controller_unittest.cc
|
| diff --git a/ui/views/corewm/desktop_capture_controller_unittest.cc b/ui/views/corewm/desktop_capture_controller_unittest.cc
|
| index 3baf0f4fe40ba12c9d2a045b1690c0c789e0060b..a7628a6ad86587d278de43f9abb74a412b666353 100644
|
| --- a/ui/views/corewm/desktop_capture_controller_unittest.cc
|
| +++ b/ui/views/corewm/desktop_capture_controller_unittest.cc
|
| @@ -167,11 +167,12 @@
|
| EXPECT_FALSE(widget2->GetNativeView()->HasCapture());
|
| EXPECT_EQ(capture_client->GetCaptureWindow(), widget1->GetNativeView());
|
|
|
| - ui::GestureEvent g1(80,
|
| - 80,
|
| - 0,
|
| - base::TimeDelta(),
|
| - ui::GestureEventDetails(ui::ET_GESTURE_LONG_PRESS));
|
| + ui::GestureEvent g1(
|
| + 80,
|
| + 80,
|
| + 0,
|
| + base::TimeDelta(),
|
| + ui::GestureEventDetails(ui::ET_GESTURE_LONG_PRESS, 0.0f, 0.0f));
|
| details = root1->OnEventFromSource(&g1);
|
| EXPECT_FALSE(details.dispatcher_destroyed);
|
| EXPECT_FALSE(details.target_destroyed);
|
|
|