| Index: Source/core/animation/InertAnimation.h
|
| diff --git a/Source/core/animation/InertAnimation.h b/Source/core/animation/InertAnimation.h
|
| index 7b12573b6b01f1e151c06b60c1c9f7af37908831..c41d0de85cadbaa8b13ab4ebbc11a71c56fded53 100644
|
| --- a/Source/core/animation/InertAnimation.h
|
| +++ b/Source/core/animation/InertAnimation.h
|
| @@ -41,7 +41,7 @@ class InertAnimation FINAL : public TimedItem {
|
|
|
| public:
|
| static PassRefPtr<InertAnimation> create(PassRefPtr<AnimationEffect>, const Timing&, bool paused);
|
| - PassOwnPtr<AnimationEffect::CompositableValueList> sample();
|
| + PassOwnPtr<Vector<RefPtr<Interpolation> > > sample();
|
| AnimationEffect* effect() const { return m_effect.get(); }
|
| bool paused() const { return m_paused; }
|
|
|
|
|