Index: Source/core/page/animation/AnimationControllerPrivate.h |
diff --git a/Source/core/page/animation/AnimationControllerPrivate.h b/Source/core/page/animation/AnimationControllerPrivate.h |
index cccc719167ca0d6980e7ce093337d47cc6cfaa80..f4d7d954be51433544fd4d1c116624ec473fb5ba 100644 |
--- a/Source/core/page/animation/AnimationControllerPrivate.h |
+++ b/Source/core/page/animation/AnimationControllerPrivate.h |
@@ -85,8 +85,7 @@ public: |
bool isRunningAnimationOnRenderer(RenderObject*, CSSPropertyID, bool isRunningNow) const; |
bool isRunningAcceleratedAnimationOnRenderer(RenderObject*, CSSPropertyID, bool isRunningNow) const; |
- bool pauseAnimationAtTime(RenderObject*, const AtomicString& name, double t); |
- bool pauseTransitionAtTime(RenderObject*, const String& property, double t); |
+ void pauseAnimationsForTesting(double t); |
unsigned numberOfActiveAnimations(Document*) const; |
PassRefPtr<RenderStyle> getAnimatedStyleForRenderer(RenderObject* renderer); |