| Index: third_party/WebKit/Source/core/frame/FrameViewTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameViewTest.cpp b/third_party/WebKit/Source/core/frame/FrameViewTest.cpp
|
| index ae31aae7596601813fb779bb43480f88fb1a76db..69a9db1b9826ab30346321b6774b51d9c9390247 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameViewTest.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameViewTest.cpp
|
| @@ -119,8 +119,8 @@ TEST_P(FrameViewTest, HideTooltipWhenScrollPositionChanges) {
|
| document().view()->updateAllLifecyclePhases();
|
|
|
| EXPECT_CALL(chromeClient(), mockSetToolTip(document().frame(), String(), _));
|
| - document().view()->layoutViewportScrollableArea()->setScrollPosition(
|
| - DoublePoint(1, 1), UserScroll);
|
| + document().view()->layoutViewportScrollableArea()->setScrollOffset(
|
| + ScrollOffset(1, 1), UserScroll);
|
| }
|
|
|
| // NoOverflowInIncrementVisuallyNonEmptyPixelCount tests fail if the number of
|
|
|