| Index: Source/core/frame/RootFrameViewportTest.cpp
|
| diff --git a/Source/core/frame/RootFrameViewportTest.cpp b/Source/core/frame/RootFrameViewportTest.cpp
|
| index feed133a63d95fdde22c9aeaf8fd2fd93f495d3d..ca9271ff5ba418a490e51600e3b1490ce04cac7e 100644
|
| --- a/Source/core/frame/RootFrameViewportTest.cpp
|
| +++ b/Source/core/frame/RootFrameViewportTest.cpp
|
| @@ -385,7 +385,7 @@ TEST_F(RootFrameViewportTest, ScrollIntoView)
|
| visualViewport.setScale(1.5f);
|
| visualViewport.setScrollPosition(DoublePoint(0, 10), ProgrammaticScroll);
|
| layoutViewport.setScrollPosition(DoublePoint(50, 50), ProgrammaticScroll);
|
| - rootFrameViewport->notifyScrollPositionChanged(rootFrameViewport->scrollPositionDouble());
|
| + rootFrameViewport->setScrollPosition(rootFrameViewport->scrollPositionDouble(), ProgrammaticScroll);
|
|
|
| rootFrameViewport->scrollIntoView(
|
| LayoutRect(rootFrameViewport->visibleContentRectDouble(ExcludeScrollbars)),
|
|
|