| Index: Source/core/animation/ActiveAnimations.h
|
| diff --git a/Source/core/animation/ActiveAnimations.h b/Source/core/animation/ActiveAnimations.h
|
| index 6cb23879a5a38f981f799e8a3be5fe1523040bc8..43496b0f1c02f5615224f4e77b78172b01900ffa 100644
|
| --- a/Source/core/animation/ActiveAnimations.h
|
| +++ b/Source/core/animation/ActiveAnimations.h
|
| @@ -44,7 +44,7 @@ class RenderObject;
|
| class Element;
|
|
|
| // FIXME: Move these to CompositorAnimations
|
| -bool shouldCompositeForActiveAnimations(const RenderObject&, bool renderViewInCompositingMode);
|
| +bool shouldCompositeForActiveAnimations(const RenderObject&);
|
| bool hasActiveAnimations(const RenderObject&, CSSPropertyID);
|
| bool hasActiveAnimationsOnCompositor(const RenderObject&, CSSPropertyID);
|
|
|
|
|