Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(112)

Unified Diff: third_party/WebKit/Source/core/svg/SVGDocumentExtensions.h

Issue 1941403002: Make servicing of SMIL animations require a FrameView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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&);
« no previous file with comments | « third_party/WebKit/Source/core/page/PageAnimator.cpp ('k') | third_party/WebKit/Source/core/svg/SVGDocumentExtensions.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698