| Index: sky/engine/core/animation/SampledEffect.h
|
| diff --git a/sky/engine/core/animation/SampledEffect.h b/sky/engine/core/animation/SampledEffect.h
|
| index 28348521a77e5f74d06120aa5ceb546a5feb2b3c..c42498ed3fb32af30d3b32187e48e01e919c323f 100644
|
| --- a/sky/engine/core/animation/SampledEffect.h
|
| +++ b/sky/engine/core/animation/SampledEffect.h
|
| @@ -32,8 +32,6 @@ public:
|
|
|
| void removeReplacedInterpolationsIfNeeded(const BitArray<numCSSProperties>&);
|
|
|
| - void trace(Visitor*);
|
| -
|
| private:
|
| SampledEffect(Animation*, PassOwnPtr<Vector<RefPtr<Interpolation> > >);
|
|
|
|
|