| 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..92da25809c006be31c02a508b50f305692c9ad45 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 isRunningAnimationOnRenderer(const RenderObject*, CSSPropertyID, bool isRunningNow = true) const;
|
| bool isRunningAcceleratableAnimationOnRenderer(RenderObject*) const;
|
| - bool isRunningAcceleratedAnimationOnRenderer(RenderObject*, CSSPropertyID, bool isRunningNow = true) const;
|
| + bool isRunningAcceleratedAnimationOnRenderer(const RenderObject*, CSSPropertyID, bool isRunningNow = true) const;
|
|
|
| void serviceAnimations();
|
|
|
|
|