Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / animation / SVGSMILElement.h
index 5cdd1c4..d66d599 100644 (file)
@@ -149,7 +149,13 @@ private:
     void resolveInterval(bool first, SMILTime& beginResult, SMILTime& endResult) const;
     SMILTime resolveActiveEnd(SMILTime resolvedBegin, SMILTime resolvedEnd) const;
     SMILTime repeatingDuration() const;
-    void checkRestart(SMILTime elapsed);
+
+    enum RestartedInterval {
+        DidNotRestartInterval,
+        DidRestartInterval
+    };
+
+    RestartedInterval maybeRestartInterval(SMILTime elapsed);
     void beginListChanged(SMILTime eventTime);
     void endListChanged(SMILTime eventTime);