Index: Source/core/svg/animation/SMILTimeContainer.cpp |
diff --git a/Source/core/svg/animation/SMILTimeContainer.cpp b/Source/core/svg/animation/SMILTimeContainer.cpp |
index a5c631390e88b6572f2c65a135b83819c52ff40c..2d6b3a156e7676c86d40686e58dc573f6a9a8e3f 100644 |
--- a/Source/core/svg/animation/SMILTimeContainer.cpp |
+++ b/Source/core/svg/animation/SMILTimeContainer.cpp |
@@ -549,6 +549,11 @@ SMILTime SMILTimeContainer::updateAnimations(SMILTime elapsed, bool seekToTime) |
return earliestFireTime; |
} |
+void SMILTimeContainer::advanceFrameForTesting() |
+{ |
+ setElapsed(elapsed().value() + initialFrameDelay); |
+} |
+ |
DEFINE_TRACE(SMILTimeContainer) |
{ |
#if ENABLE(OILPAN) |