Index: Source/core/page/PageAnimator.cpp |
diff --git a/Source/core/page/PageAnimator.cpp b/Source/core/page/PageAnimator.cpp |
index 75bd21ca63aeef3957d2ffc7f1ae423e42aba6c1..504f5e6b92ee165fb74f718653441e5225b6af73 100644 |
--- a/Source/core/page/PageAnimator.cpp |
+++ b/Source/core/page/PageAnimator.cpp |
@@ -31,7 +31,7 @@ void PageAnimator::serviceScriptedAnimations(double monotonicAnimationStartTime) |
for (RefPtr<Frame> frame = m_page->mainFrame(); frame; frame = frame->tree().traverseNext()) { |
if (frame->isLocalFrame()) { |
RefPtr<LocalFrame> localFrame = toLocalFrame(frame.get()); |
- localFrame->view()->serviceScrollAnimations(); |
+ localFrame->view()->serviceScrollAnimations(monotonicAnimationStartTime); |
DocumentAnimations::updateAnimationTimingForAnimationFrame(*localFrame->document(), monotonicAnimationStartTime); |
SVGDocumentExtensions::serviceOnAnimationFrame(*localFrame->document(), monotonicAnimationStartTime); |