Index: third_party/WebKit/Source/web/tests/WebFrameTest.cpp |
diff --git a/third_party/WebKit/Source/web/tests/WebFrameTest.cpp b/third_party/WebKit/Source/web/tests/WebFrameTest.cpp |
index b32fcc1acb9da6242273a65169a6841ba8c3610c..c4f44a0afc5e55a35ba1a6e6a3f2844e2d2751e5 100644 |
--- a/third_party/WebKit/Source/web/tests/WebFrameTest.cpp |
+++ b/third_party/WebKit/Source/web/tests/WebFrameTest.cpp |
@@ -11486,8 +11486,8 @@ bool testSelectAll(const std::string& html) { |
WebInputEvent::TimeStampForTesting); |
mouseEvent.button = WebMouseEvent::Button::Right; |
- mouseEvent.x = 10; |
- mouseEvent.y = 10; |
+ mouseEvent.position.x = 10; |
+ mouseEvent.position.y = 10; |
mouseEvent.clickCount = 1; |
webView->handleInputEvent(WebCoalescedInputEvent(mouseEvent)); |
runPendingTasks(); |