Index: Source/core/animation/DocumentAnimations.cpp |
diff --git a/Source/core/animation/DocumentAnimations.cpp b/Source/core/animation/DocumentAnimations.cpp |
index dcf1be7b4913a73b2e3d403cea4a943b52c8f6da..02fa51dd9fef53be95d2f04f8085f367ffff49fa 100644 |
--- a/Source/core/animation/DocumentAnimations.cpp |
+++ b/Source/core/animation/DocumentAnimations.cpp |
@@ -84,8 +84,7 @@ bool DocumentAnimations::needsOutdatedAnimationPlayerUpdate(const Document& docu |
return document.timeline().hasOutdatedAnimationPlayer(); |
} |
-// FIXME: Rename to updateCompositorAnimations |
-void DocumentAnimations::startPendingAnimations(Document& document) |
+void DocumentAnimations::updateCompositorAnimations(Document& document) |
{ |
ASSERT(document.lifecycle().state() == DocumentLifecycle::CompositingClean); |
if (document.compositorPendingAnimations().update()) { |