| 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 146f8e217958b470fd382db5997a64925a30600d..35b874e5bf9f4291575677b25d71f08f12b81501 100644
|
| --- a/third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
| @@ -11546,8 +11546,7 @@ bool testSelectAll(const std::string& html) {
|
| WebInputEvent::TimeStampForTesting);
|
|
|
| mouseEvent.button = WebMouseEvent::Button::Right;
|
| - mouseEvent.x = 10;
|
| - mouseEvent.y = 10;
|
| + mouseEvent.setPositionInWidget(10, 10);
|
| mouseEvent.clickCount = 1;
|
| webView->handleInputEvent(WebCoalescedInputEvent(mouseEvent));
|
| runPendingTasks();
|
|
|