| Index: sky/engine/core/animation/CompositorPendingAnimations.cpp
|
| diff --git a/sky/engine/core/animation/CompositorPendingAnimations.cpp b/sky/engine/core/animation/CompositorPendingAnimations.cpp
|
| index e9714eb73903762e6ce18f50686971540b5025a3..280d9d43aa79855cc98fd93aa3441c42e5b79b26 100644
|
| --- a/sky/engine/core/animation/CompositorPendingAnimations.cpp
|
| +++ b/sky/engine/core/animation/CompositorPendingAnimations.cpp
|
| @@ -132,10 +132,4 @@ void CompositorPendingAnimations::notifyCompositorAnimationStarted(double monoto
|
| m_waitingForCompositorAnimationStart.clear();
|
| }
|
|
|
| -void CompositorPendingAnimations::trace(Visitor* visitor)
|
| -{
|
| - visitor->trace(m_pending);
|
| - visitor->trace(m_waitingForCompositorAnimationStart);
|
| -}
|
| -
|
| } // namespace
|
|
|