| Index: sky/engine/core/animation/AnimationStack.cpp
|
| diff --git a/sky/engine/core/animation/AnimationStack.cpp b/sky/engine/core/animation/AnimationStack.cpp
|
| index 1d510a93e9c006cdddcabfb007a2f7b1df80a230..6c706177b8251082aaa4cb6643d207b4101b1d6b 100644
|
| --- a/sky/engine/core/animation/AnimationStack.cpp
|
| +++ b/sky/engine/core/animation/AnimationStack.cpp
|
| @@ -141,11 +141,6 @@ void AnimationStack::simplifyEffects()
|
| m_effects.shrink(dest);
|
| }
|
|
|
| -void AnimationStack::trace(Visitor* visitor)
|
| -{
|
| - visitor->trace(m_effects);
|
| -}
|
| -
|
| bool AnimationStack::getAnimatedBoundingBox(FloatBox& box, CSSPropertyID property) const
|
| {
|
| FloatBox originalBox(box);
|
|
|