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