Index: third_party/WebKit/Source/core/animation/AnimationTimeline.h |
diff --git a/third_party/WebKit/Source/core/animation/AnimationTimeline.h b/third_party/WebKit/Source/core/animation/AnimationTimeline.h |
index fa3e102ca6aa6af5c87726a1aef4f0cc605c10be..b88901f10365ba7571bb9d417105e49083262bf2 100644 |
--- a/third_party/WebKit/Source/core/animation/AnimationTimeline.h |
+++ b/third_party/WebKit/Source/core/animation/AnimationTimeline.h |
@@ -72,7 +72,6 @@ |
void animationAttached(Animation&); |
- bool isActive(); |
bool hasPendingUpdates() const { return !m_animationsNeedingUpdate.isEmpty(); } |
double zeroTime(); |
double currentTime(bool& isNull); |