| Index: Source/core/animation/InertAnimation.cpp
|
| diff --git a/Source/core/animation/InertAnimation.cpp b/Source/core/animation/InertAnimation.cpp
|
| index 18a922b0102a69574102a991c931d81abb613f9a..a82b6ca656f3a5b1bd2cd9d43cb73e1278dbbc8e 100644
|
| --- a/Source/core/animation/InertAnimation.cpp
|
| +++ b/Source/core/animation/InertAnimation.cpp
|
| @@ -30,6 +30,7 @@
|
|
|
| #include "config.h"
|
| #include "core/animation/InertAnimation.h"
|
| +#include "core/animation/Interpolation.h"
|
|
|
| namespace WebCore {
|
|
|
| @@ -45,7 +46,7 @@ InertAnimation::InertAnimation(PassRefPtrWillBeRawPtr<AnimationEffect> effect, c
|
| {
|
| }
|
|
|
| -PassOwnPtr<AnimationEffect::CompositableValueList> InertAnimation::sample()
|
| +PassOwnPtr<Vector<RefPtr<Interpolation> > > InertAnimation::sample()
|
| {
|
| updateInheritedTime(0);
|
| if (!isInEffect())
|
|
|