diff options
Diffstat (limited to 'WebCore/page/animation/AnimationController.h')
-rw-r--r-- | WebCore/page/animation/AnimationController.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/WebCore/page/animation/AnimationController.h b/WebCore/page/animation/AnimationController.h index 4528dae..5279467 100644 --- a/WebCore/page/animation/AnimationController.h +++ b/WebCore/page/animation/AnimationController.h @@ -62,8 +62,11 @@ public: bool isRunningAnimationOnRenderer(RenderObject*, CSSPropertyID, bool isRunningNow = true) const; bool isRunningAcceleratedAnimationOnRenderer(RenderObject*, CSSPropertyID, bool isRunningNow = true) const; - void suspendAnimations(Document*); - void resumeAnimations(Document*); + void suspendAnimations(); + void resumeAnimations(); + + void suspendAnimationsForDocument(Document*); + void resumeAnimationsForDocument(Document*); void beginAnimationUpdate(); void endAnimationUpdate(); |