Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / animation / InertAnimation.cpp
index 3cb2150..7343523 100644 (file)
@@ -58,7 +58,7 @@ PassOwnPtr<AnimationEffect::CompositableValueList> InertAnimation::sample()
 }
 
 
-double InertAnimation::calculateTimeToEffectChange(double, double) const
+double InertAnimation::calculateTimeToEffectChange(bool, double, double) const
 {
     return std::numeric_limits<double>::infinity();
 }