| Index: third_party/WebKit/Source/core/input/EventHandlerTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/input/EventHandlerTest.cpp b/third_party/WebKit/Source/core/input/EventHandlerTest.cpp
|
| index 580cc0d7a8eb85494373a402451e6f03e49d2d73..7fc495e96e99368d95dad780a74e3ffa01bb6449 100644
|
| --- a/third_party/WebKit/Source/core/input/EventHandlerTest.cpp
|
| +++ b/third_party/WebKit/Source/core/input/EventHandlerTest.cpp
|
| @@ -73,7 +73,7 @@ TEST_F(EventHandlerTest, dragSelectionAfterScroll) {
|
| "</div>");
|
|
|
| FrameView* frameView = document().view();
|
| - frameView->setScrollPosition(DoublePoint(0, 400), ProgrammaticScroll);
|
| + frameView->setScrollOffset(ScrollOffset(0, 400), ProgrammaticScroll);
|
|
|
| PlatformMouseEvent mouseDownEvent(
|
| IntPoint(0, 0), IntPoint(100, 200), WebPointerProperties::Button::Left,
|
|
|