diff options
Diffstat (limited to 'WebCore/page/animation/AnimationControllerPrivate.h')
-rw-r--r-- | WebCore/page/animation/AnimationControllerPrivate.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/WebCore/page/animation/AnimationControllerPrivate.h b/WebCore/page/animation/AnimationControllerPrivate.h index 3305e24..893c717 100644 --- a/WebCore/page/animation/AnimationControllerPrivate.h +++ b/WebCore/page/animation/AnimationControllerPrivate.h @@ -67,8 +67,11 @@ public: bool hasAnimations() const { return !m_compositeAnimations.isEmpty(); } - void suspendAnimations(Document*); - void resumeAnimations(Document*); + void suspendAnimations(); + void resumeAnimations(); + + void suspendAnimationsForDocument(Document*); + void resumeAnimationsForDocument(Document*); bool isRunningAnimationOnRenderer(RenderObject*, CSSPropertyID, bool isRunningNow) const; bool isRunningAcceleratedAnimationOnRenderer(RenderObject*, CSSPropertyID, bool isRunningNow) const; |