| Index: ui/ozone/platform/wayland/wayland_window_unittest.cc
|
| diff --git a/ui/ozone/platform/wayland/wayland_window_unittest.cc b/ui/ozone/platform/wayland/wayland_window_unittest.cc
|
| index 66b50db30c8d67387b3195d0cade6a07886addb2..058e118d66c4710c98813a9762a05e9282100c71 100644
|
| --- a/ui/ozone/platform/wayland/wayland_window_unittest.cc
|
| +++ b/ui/ozone/platform/wayland/wayland_window_unittest.cc
|
| @@ -27,12 +27,14 @@ namespace ui {
|
| class WaylandWindowTest : public WaylandTest {
|
| public:
|
| WaylandWindowTest()
|
| - : test_mouse_event(ET_MOUSE_PRESSED,
|
| - gfx::Point(10, 15),
|
| - gfx::Point(10, 15),
|
| - ui::EventTimeStampFromSeconds(123456),
|
| - EF_LEFT_MOUSE_BUTTON | EF_RIGHT_MOUSE_BUTTON,
|
| - EF_LEFT_MOUSE_BUTTON) {}
|
| + : test_mouse_event(
|
| + ET_MOUSE_PRESSED,
|
| + gfx::Point(10, 15),
|
| + gfx::Point(10, 15),
|
| + ui::EventTimeStampFromSeconds(123456),
|
| + EF_LEFT_MOUSE_BUTTON | EF_RIGHT_MOUSE_BUTTON,
|
| + EF_LEFT_MOUSE_BUTTON,
|
| + ui::PointerDetails(ui::EventPointerType::POINTER_TYPE_MOUSE)) {}
|
|
|
| void SetUp() override {
|
| WaylandTest::SetUp();
|
|
|