| Index: Source/core/svg/animation/SVGSMILElement.h
|
| diff --git a/Source/core/svg/animation/SVGSMILElement.h b/Source/core/svg/animation/SVGSMILElement.h
|
| index 5cdd1c432a318db324e857302a032acf7299f3d3..d66d5998b7bc70c65a15cdd80247343b2b65c44e 100644
|
| --- a/Source/core/svg/animation/SVGSMILElement.h
|
| +++ b/Source/core/svg/animation/SVGSMILElement.h
|
| @@ -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);
|
|
|
|
|