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

Unified Diff: Source/core/svg/animation/SMILTimeContainer.h

Issue 143403005: Make the timer in SMILTimeContainer more of an implementation detail (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Not Soon anymore. Created 6 years, 10 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
« no previous file with comments | « no previous file | Source/core/svg/animation/SMILTimeContainer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/animation/SMILTimeContainer.h
diff --git a/Source/core/svg/animation/SMILTimeContainer.h b/Source/core/svg/animation/SMILTimeContainer.h
index 0aca0ad50444975296b20ef9d2e09e06662ee1d7..bff4ae935b6faaa287b39e1d2914ee0559c475e8 100644
--- a/Source/core/svg/animation/SMILTimeContainer.h
+++ b/Source/core/svg/animation/SMILTimeContainer.h
@@ -66,8 +66,11 @@ public:
private:
SMILTimeContainer(SVGSVGElement* owner);
+ bool isTimelineRunning() const;
+ void scheduleAnimationFrame(SMILTime fireTime);
+ void scheduleAnimationFrame();
+ void cancelAnimationFrame();
void timerFired(Timer<SMILTimeContainer>*);
- void startTimer(SMILTime fireTime, SMILTime minimumDelay = 0);
void updateAnimations(SMILTime elapsed, bool seekToTime = false);
void updateDocumentOrderIndexes();
« no previous file with comments | « no previous file | Source/core/svg/animation/SMILTimeContainer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698