| Index: Source/core/animation/InertAnimation.cpp
|
| diff --git a/Source/core/animation/InertAnimation.cpp b/Source/core/animation/InertAnimation.cpp
|
| index 8e96e0740727cd537b079bfe41e6d30c6e5eeba9..9bfc829b2551b3f3441e78c3abd178fc3a8aa937 100644
|
| --- a/Source/core/animation/InertAnimation.cpp
|
| +++ b/Source/core/animation/InertAnimation.cpp
|
| @@ -50,4 +50,10 @@ PassOwnPtr<AnimationEffect::CompositableValueMap> InertAnimation::sample()
|
| return isInEffect() ? m_effect->sample(currentIteration(), timeFraction()) : nullptr;
|
| }
|
|
|
| +
|
| +double InertAnimation::calculateTimeToEffectChange(double, double, Phase) const
|
| +{
|
| + return std::numeric_limits<double>::infinity();
|
| +}
|
| +
|
| } // namespace WebCore
|
|
|