Index: third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp |
diff --git a/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp b/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp |
index acd0547998559c8c122f14d08187fe99dfa75d34..0a18091fc155667f79cbb6418a38a761e0b3b336 100644 |
--- a/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp |
+++ b/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp |
@@ -409,7 +409,7 @@ void SMILTimeContainer::serviceOnNextFrame() |
} |
} |
-void SMILTimeContainer::serviceAnimations(double monotonicAnimationStartTime) |
+void SMILTimeContainer::serviceAnimations() |
{ |
if (m_frameSchedulingState != AnimationFrame) |
return; |