Index: Source/core/animation/DocumentTimeline.h |
diff --git a/Source/core/animation/DocumentTimeline.h b/Source/core/animation/DocumentTimeline.h |
index 09b8b2eebbc3104466d33a0bd323c51dfc14f7ef..200568385440ed73b6229bb3e8dce711e0272ba2 100644 |
--- a/Source/core/animation/DocumentTimeline.h |
+++ b/Source/core/animation/DocumentTimeline.h |
@@ -81,6 +81,7 @@ public: |
bool hasPendingUpdates() const { return !m_playersNeedingUpdate.isEmpty(); } |
double zeroTime() const { return m_zeroTime; } |
double currentTime(); |
+ double effectiveTime(); |
void pauseAnimationsForTesting(double); |
size_t numberOfActiveAnimationsForTesting() const; |