diff options
Diffstat (limited to 'WebCore/page/animation/AnimationControllerPrivate.h')
-rw-r--r-- | WebCore/page/animation/AnimationControllerPrivate.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/page/animation/AnimationControllerPrivate.h b/WebCore/page/animation/AnimationControllerPrivate.h index 5ef9098..3ae15a5 100644 --- a/WebCore/page/animation/AnimationControllerPrivate.h +++ b/WebCore/page/animation/AnimationControllerPrivate.h @@ -70,7 +70,8 @@ public: void suspendAnimations(Document*); void resumeAnimations(Document*); - bool isAnimatingPropertyOnRenderer(RenderObject*, CSSPropertyID, bool isRunningNow) const; + bool isRunningAnimationOnRenderer(RenderObject*, CSSPropertyID, bool isRunningNow) const; + bool isRunningAcceleratedAnimationOnRenderer(RenderObject*, CSSPropertyID, bool isRunningNow) const; bool pauseAnimationAtTime(RenderObject*, const String& name, double t); bool pauseTransitionAtTime(RenderObject*, const String& property, double t); |