| Index: Source/core/rendering/RenderLayerCompositor.cpp
|
| diff --git a/Source/core/rendering/RenderLayerCompositor.cpp b/Source/core/rendering/RenderLayerCompositor.cpp
|
| index dd0f5fca28e8c8d912124e52b00b9fca40873164..876330a8547a7400b2d89230dba4f411c56d8855 100644
|
| --- a/Source/core/rendering/RenderLayerCompositor.cpp
|
| +++ b/Source/core/rendering/RenderLayerCompositor.cpp
|
| @@ -401,6 +401,7 @@ void RenderLayerCompositor::updateCompositingLayers()
|
| return;
|
|
|
| lifecycle().advanceTo(DocumentLifecycle::InCompositingUpdate);
|
| + DocumentAnimations::ServiceOnFrameEndScope animationScope(m_renderView->document());
|
| DocumentLifecycle::Scope lifecycleScope(lifecycle(), DocumentLifecycle::CompositingClean);
|
|
|
| if (isMainFrame() && m_renderView->frameView())
|
|
|