Index: Source/core/page/animation/CompositeAnimation.h |
diff --git a/Source/core/page/animation/CompositeAnimation.h b/Source/core/page/animation/CompositeAnimation.h |
index 0720ce2e588dd4d7b802ed00b1b4d6036c219ff6..6d05bef220f6cfc1e6ee3d799fc1d7f6ed440a78 100644 |
--- a/Source/core/page/animation/CompositeAnimation.h |
+++ b/Source/core/page/animation/CompositeAnimation.h |
@@ -75,8 +75,7 @@ public: |
void overrideImplicitAnimations(CSSPropertyID); |
void resumeOverriddenImplicitAnimations(CSSPropertyID); |
- bool pauseAnimationAtTime(const AtomicString& name, double t); |
- bool pauseTransitionAtTime(CSSPropertyID, double); |
+ void pauseAnimationsForTesting(double t); |
unsigned numberOfActiveAnimations() const; |
private: |