| Index: Source/web/tests/PinchViewportTest.cpp
|
| diff --git a/Source/web/tests/PinchViewportTest.cpp b/Source/web/tests/PinchViewportTest.cpp
|
| index 88230f4754579a5216296dc2b3a5b5b9e4f2cea0..96b9d0c734e021530c164d1ee3110bd7f05c13d3 100644
|
| --- a/Source/web/tests/PinchViewportTest.cpp
|
| +++ b/Source/web/tests/PinchViewportTest.cpp
|
| @@ -920,7 +920,7 @@ TEST_F(PinchViewportTest, DISABLED_TestScrollFocusedNodeIntoRect)
|
| EXPECT_FLOAT_POINT_EQ(FloatPoint(150, 200), pinchViewport.visibleRect().location());
|
|
|
| // Try it again but with the page zoomed in
|
| - frame()->view()->notifyScrollPositionChanged(IntPoint(0, 0));
|
| + frame()->view()->setScrollPosition(IntPoint(0, 0), ProgrammaticScroll);
|
| webViewImpl()->resizePinchViewport(IntSize(500, 300));
|
| pinchViewport.setLocation(FloatPoint(0, 0));
|
|
|
|
|