| Index: Source/web/tests/PinchViewportTest.cpp
|
| diff --git a/Source/web/tests/PinchViewportTest.cpp b/Source/web/tests/PinchViewportTest.cpp
|
| index 8a5f49e6a3bd7d6c993fca81c58d30fbfe2eeb4c..12bac64376f27040c8418841421561138503c280 100644
|
| --- a/Source/web/tests/PinchViewportTest.cpp
|
| +++ b/Source/web/tests/PinchViewportTest.cpp
|
| @@ -1415,7 +1415,7 @@
|
| "var content = document.getElementById(\"content\");"
|
| "content.style.width = \"1500px\";"
|
| "content.style.height = \"2400px\";"));
|
| - frameView.updateAllLifecyclePhases();
|
| + frameView.updateLayoutAndStyleForPainting();
|
|
|
| EXPECT_SIZE_EQ(IntSize(1500, 2400), IntSize(scrollLayer->bounds()));
|
| }
|
|
|