| Index: Source/core/frame/animation/AnimationController.h
|
| diff --git a/Source/core/frame/animation/AnimationController.h b/Source/core/frame/animation/AnimationController.h
|
| index 01cf32699babf565f25810f8b187bcb63a9cecbf..37ed6bc6339e25e68c2a5ac65b26e36048f81381 100644
|
| --- a/Source/core/frame/animation/AnimationController.h
|
| +++ b/Source/core/frame/animation/AnimationController.h
|
| @@ -59,9 +59,9 @@ public:
|
| void pauseAnimationsForTesting(double t);
|
| unsigned numberOfActiveAnimations(Document*) const; // To be used only for testing
|
|
|
| - bool isRunningAnimationOnRenderer(RenderObject*, CSSPropertyID, bool isRunningNow = true) const;
|
| - bool isRunningAcceleratableAnimationOnRenderer(RenderObject*) const;
|
| - bool isRunningAcceleratedAnimationOnRenderer(RenderObject*, CSSPropertyID, bool isRunningNow = true) const;
|
| + bool isRunningAnimationOnRenderer(const RenderObject*, CSSPropertyID, bool isRunningNow = true) const;
|
| + bool isRunningAcceleratableAnimationOnRenderer(const RenderObject*) const;
|
| + bool isRunningAcceleratedAnimationOnRenderer(const RenderObject*, CSSPropertyID, bool isRunningNow = true) const;
|
|
|
| void serviceAnimations();
|
|
|
|
|