Index: third_party/WebKit/Source/core/svg/SVGDocumentExtensions.h |
diff --git a/third_party/WebKit/Source/core/svg/SVGDocumentExtensions.h b/third_party/WebKit/Source/core/svg/SVGDocumentExtensions.h |
index 5ecbb1b21a7c1d16be7434a0224b6c911872e0a9..a825a447ac096c4f4551391d614ad6575477191b 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGDocumentExtensions.h |
+++ b/third_party/WebKit/Source/core/svg/SVGDocumentExtensions.h |
@@ -55,7 +55,7 @@ public: |
void removeResource(const AtomicString& id); |
LayoutSVGResourceContainer* resourceById(const AtomicString& id) const; |
- static void serviceOnAnimationFrame(Document&, double monotonicAnimationStartTime); |
+ static void serviceOnAnimationFrame(Document&); |
void startAnimations(); |
void pauseAnimations(); |
@@ -107,7 +107,7 @@ public: |
void removeElementFromPendingResources(Element*); |
SVGPendingElements* removePendingResource(const AtomicString& id); |
- void serviceAnimations(double monotonicAnimationStartTime); |
+ void serviceAnimations(); |
// The following two functions are used for scheduling a pending resource to be removed. |
void markPendingResourcesForRemoval(const AtomicString&); |