| Index: third_party/WebKit/Source/web/tests/VisualViewportTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp b/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp
|
| index 6a06e377bfc6ef12e09ece72292c01455913fcd9..f58086a5ba76ae935ab77a6f8d9e8504a2b76d09 100644
|
| --- a/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp
|
| @@ -1997,6 +1997,7 @@ TEST_P(ParameterizedVisualViewportTest, ResizeWithScrollAnchoring) {
|
| FrameView& frameView = *webViewImpl()->mainFrameImpl()->frameView();
|
| frameView.layoutViewportScrollableArea()->setScrollOffset(
|
| ScrollOffset(700, 500), ProgrammaticScroll);
|
| + webViewImpl()->updateAllLifecyclePhases();
|
|
|
| webViewImpl()->resize(IntSize(800, 300));
|
| EXPECT_SIZE_EQ(ScrollOffset(700, 200),
|
|
|