| Index: Source/core/page/animation/AnimationController.h
|
| diff --git a/Source/core/page/animation/AnimationController.h b/Source/core/page/animation/AnimationController.h
|
| index 083b1d4338c6bbe0089821a024f3160c837d65ab..34151c9137aa913ca45a3f36752ec17bf1d8902b 100644
|
| --- a/Source/core/page/animation/AnimationController.h
|
| +++ b/Source/core/page/animation/AnimationController.h
|
| @@ -56,8 +56,7 @@ public:
|
| // This is called when an accelerated animation or transition has actually started to animate.
|
| void notifyAnimationStarted(RenderObject*, double startTime);
|
|
|
| - bool pauseAnimationAtTime(RenderObject*, const AtomicString& name, double t); // To be used only for testing
|
| - bool pauseTransitionAtTime(RenderObject*, const String& property, double t); // To be used only for testing
|
| + void pauseAnimationsForTesting(double t);
|
| unsigned numberOfActiveAnimations(Document*) const; // To be used only for testing
|
|
|
| bool isRunningAnimationOnRenderer(RenderObject*, CSSPropertyID, bool isRunningNow = true) const;
|
|
|