| Index: Source/core/animation/Animation.h
|
| diff --git a/Source/core/animation/Animation.h b/Source/core/animation/Animation.h
|
| index 6c19529191b419d8016ba54e04a5f81679199759..da74df159225ec72df8c649c0f9aa7a14a6c1cf0 100644
|
| --- a/Source/core/animation/Animation.h
|
| +++ b/Source/core/animation/Animation.h
|
| @@ -87,7 +87,7 @@ public:
|
|
|
| void setCompositorAnimationIdsForTesting(const Vector<int>& compositorAnimationIds) { m_compositorAnimationIds = compositorAnimationIds; }
|
|
|
| - virtual void trace(Visitor*) override;
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| void downgradeToNormalAnimation() { m_priority = DefaultPriority; }
|
|
|
|
|