| Index: sky/engine/core/animation/AnimationPlayer.h
|
| diff --git a/sky/engine/core/animation/AnimationPlayer.h b/sky/engine/core/animation/AnimationPlayer.h
|
| index ed715cd6da6d7ae3729e0f3d2dea7fc4093bed09..34a178e73e6464f634d4f2f5d102d5e2c09c0531 100644
|
| --- a/sky/engine/core/animation/AnimationPlayer.h
|
| +++ b/sky/engine/core/animation/AnimationPlayer.h
|
| @@ -146,8 +146,6 @@ public:
|
|
|
| virtual bool addEventListener(const AtomicString& eventType, PassRefPtr<EventListener>, bool useCapture = false) override;
|
|
|
| - virtual void trace(Visitor*) override;
|
| -
|
| private:
|
| AnimationPlayer(ExecutionContext*, AnimationTimeline&, AnimationNode*);
|
| double sourceEnd() const;
|
|
|