| Index: Source/web/tests/PinchViewportTest.cpp
|
| diff --git a/Source/web/tests/PinchViewportTest.cpp b/Source/web/tests/PinchViewportTest.cpp
|
| index 43d7148be00a7311e93fb5a853ecd52d2256dba9..018801b9abe7f80e70196aa0b02e688826934b47 100644
|
| --- a/Source/web/tests/PinchViewportTest.cpp
|
| +++ b/Source/web/tests/PinchViewportTest.cpp
|
| @@ -299,7 +299,7 @@ TEST_F(PinchViewportTest, TestResizeAfterVerticalScroll)
|
| webViewImpl()->resize(IntSize(100, 200));
|
|
|
| // Scroll main frame to the bottom of the document
|
| - webViewImpl()->setMainFrameScrollOffset(WebPoint(0, 400));
|
| + webViewImpl()->mainFrame()->setScrollOffset(WebSize(0, 400));
|
| EXPECT_POINT_EQ(IntPoint(0, 400), frame()->view()->scrollPosition());
|
|
|
| webViewImpl()->setPageScaleFactor(2.0);
|
|
|