| Index: Source/core/page/PageAnimator.cpp
|
| diff --git a/Source/core/page/PageAnimator.cpp b/Source/core/page/PageAnimator.cpp
|
| index a60d10774afc0c7a9fb196650ce73ca8b7a46b18..bfd7ddf2396f221d0f5287d0a7fc4844da1707f0 100644
|
| --- a/Source/core/page/PageAnimator.cpp
|
| +++ b/Source/core/page/PageAnimator.cpp
|
| @@ -94,7 +94,7 @@ void PageAnimator::updateLayoutAndStyleForPainting(LocalFrame* rootFrame)
|
|
|
| // setFrameRect may have the side-effect of causing existing page layout to
|
| // be invalidated, so layout needs to be called last.
|
| - view->updateLayoutAndStyleForPainting();
|
| + view->updateAllLifecyclePhases();
|
| }
|
|
|
| }
|
|
|