| Index: Source/core/frame/animation/AnimationControllerPrivate.h
|
| diff --git a/Source/core/frame/animation/AnimationControllerPrivate.h b/Source/core/frame/animation/AnimationControllerPrivate.h
|
| index aa69d2fa6d8a7fc852eafbc3642b373f9f6c5680..671ec89b5732e5077ea75d9659ac4c9fb7ba0673 100644
|
| --- a/Source/core/frame/animation/AnimationControllerPrivate.h
|
| +++ b/Source/core/frame/animation/AnimationControllerPrivate.h
|
| @@ -77,7 +77,7 @@ public:
|
| void serviceAnimations();
|
|
|
| bool isRunningAnimationOnRenderer(RenderObject*, CSSPropertyID, bool isRunningNow) const;
|
| - bool isRunningAcceleratableAnimationOnRenderer(RenderObject*, bool isOpacityAcceleratable) const;
|
| + bool isRunningAcceleratableAnimationOnRenderer(RenderObject*) const;
|
| bool isRunningAcceleratedAnimationOnRenderer(RenderObject*, CSSPropertyID, bool isRunningNow) const;
|
|
|
| void pauseAnimationsForTesting(double t);
|
|
|