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