Index: Source/core/animation/DocumentTimeline.h |
diff --git a/Source/core/animation/DocumentTimeline.h b/Source/core/animation/DocumentTimeline.h |
index 09b6fd6d0302deb4d3c70f8b1c943299ee6a729f..b1188922d3e8bc7ec4bf8e137ac4be05bcf289b7 100644 |
--- a/Source/core/animation/DocumentTimeline.h |
+++ b/Source/core/animation/DocumentTimeline.h |
@@ -78,6 +78,7 @@ public: |
// performance.timing.domInteractive |
void setZeroTime(double); |
bool hasStarted() const { return !isNull(m_zeroTime); } |
+ bool hasPendingUpdates() const { return !m_playersNeedingUpdate.isEmpty(); } |
double zeroTime() const { return m_zeroTime; } |
double currentTime(); |
void pauseAnimationsForTesting(double); |