| Index: sky/engine/core/animation/Animation.h
|
| diff --git a/sky/engine/core/animation/Animation.h b/sky/engine/core/animation/Animation.h
|
| index 40a64e598ce33bd4917ba194c10dfab508aa0e27..97abbfa4e82f5c1322332de990b49a737e5dd6a1 100644
|
| --- a/sky/engine/core/animation/Animation.h
|
| +++ b/sky/engine/core/animation/Animation.h
|
| @@ -80,8 +80,6 @@ public:
|
| void cancelAnimationOnCompositor();
|
| void pauseAnimationForTestingOnCompositor(double pauseTime);
|
|
|
| - virtual void trace(Visitor*);
|
| -
|
| protected:
|
| void applyEffects();
|
| void clearEffects();
|
|
|