Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / animation / SMILTimeContainer.h
old mode 100755 (executable)
new mode 100644 (file)
index 0aca0ad..bff4ae9
@@ -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();