| Index: sky/engine/core/animation/AnimationEffect.h
|
| diff --git a/sky/engine/core/animation/AnimationEffect.h b/sky/engine/core/animation/AnimationEffect.h
|
| index cce544c65efac2cb992fd894e2b2337cb527a569..bfe4d6a00285308704d18589897bd3def9aa76a0 100644
|
| --- a/sky/engine/core/animation/AnimationEffect.h
|
| +++ b/sky/engine/core/animation/AnimationEffect.h
|
| @@ -57,8 +57,6 @@ public:
|
|
|
| virtual bool affects(CSSPropertyID) { return false; };
|
| virtual bool isKeyframeEffectModel() const { return false; }
|
| -
|
| - virtual void trace(Visitor*) { }
|
| };
|
|
|
| } // namespace blink
|
|
|