| Index: Source/core/frame/animation/AnimationControllerPrivate.h
|
| diff --git a/Source/core/frame/animation/AnimationControllerPrivate.h b/Source/core/frame/animation/AnimationControllerPrivate.h
|
| index 671ec89b5732e5077ea75d9659ac4c9fb7ba0673..42901e0e19eb87feabf3641df89846f127f27b20 100644
|
| --- a/Source/core/frame/animation/AnimationControllerPrivate.h
|
| +++ b/Source/core/frame/animation/AnimationControllerPrivate.h
|
| @@ -76,9 +76,9 @@ public:
|
|
|
| void serviceAnimations();
|
|
|
| - bool isRunningAnimationOnRenderer(RenderObject*, CSSPropertyID, bool isRunningNow) const;
|
| - bool isRunningAcceleratableAnimationOnRenderer(RenderObject*) const;
|
| - bool isRunningAcceleratedAnimationOnRenderer(RenderObject*, CSSPropertyID, bool isRunningNow) const;
|
| + bool isRunningAnimationOnRenderer(const RenderObject*, CSSPropertyID, bool isRunningNow) const;
|
| + bool isRunningAcceleratableAnimationOnRenderer(const RenderObject*) const;
|
| + bool isRunningAcceleratedAnimationOnRenderer(const RenderObject*, CSSPropertyID, bool isRunningNow) const;
|
|
|
| void pauseAnimationsForTesting(double t);
|
| unsigned numberOfActiveAnimations(Document*) const;
|
|
|