Index: Source/core/animation/DocumentAnimations.cpp |
diff --git a/Source/core/animation/DocumentAnimations.cpp b/Source/core/animation/DocumentAnimations.cpp |
index 02fa51dd9fef53be95d2f04f8085f367ffff49fa..c22f3ff10fc4fd1384814b0d3df3c18d4ac5728e 100644 |
--- a/Source/core/animation/DocumentAnimations.cpp |
+++ b/Source/core/animation/DocumentAnimations.cpp |
@@ -87,6 +87,8 @@ bool DocumentAnimations::needsOutdatedAnimationPlayerUpdate(const Document& docu |
void DocumentAnimations::updateCompositorAnimations(Document& document) |
{ |
ASSERT(document.lifecycle().state() == DocumentLifecycle::CompositingClean); |
+ document.timeline().updateCompositedLayersAttachments(); |
+ |
if (document.compositorPendingAnimations().update()) { |
ASSERT(document.view()); |
document.view()->scheduleAnimation(); |