Index: Source/core/svg/animation/SMILTimeContainer.h |
diff --git a/Source/core/svg/animation/SMILTimeContainer.h b/Source/core/svg/animation/SMILTimeContainer.h |
index 54a573ab4bd4b7066dedbc97ddb0af73a8323436..3282f39332675635201cd14a13cc62babab50380 100644 |
--- a/Source/core/svg/animation/SMILTimeContainer.h |
+++ b/Source/core/svg/animation/SMILTimeContainer.h |
@@ -69,6 +69,9 @@ public: |
void setDocumentOrderIndexesDirty() { m_documentOrderIndexesDirty = true; } |
+ // Advance the animation timeline a single frame. |
+ void advanceFrameForTesting(); |
+ |
DECLARE_TRACE(); |
private: |