| Index: cc/blink/web_float_animation_curve_impl.cc
|
| diff --git a/cc/blink/web_float_animation_curve_impl.cc b/cc/blink/web_float_animation_curve_impl.cc
|
| index e4c5fa988a950fc8049a0cfb4a4611b8f66557c3..243d1336ad46d50fd2779ccb6be76b3a6ce9a6b2 100644
|
| --- a/cc/blink/web_float_animation_curve_impl.cc
|
| +++ b/cc/blink/web_float_animation_curve_impl.cc
|
| @@ -43,8 +43,7 @@ void WebFloatAnimationCurveImpl::add(const WebFloatKeyframe& keyframe,
|
| curve_->AddKeyframe(cc::FloatKeyframe::Create(
|
| keyframe.time,
|
| keyframe.value,
|
| - cc::CubicBezierTimingFunction::Create(x1, y1, x2, y2)
|
| - .PassAs<cc::TimingFunction>()));
|
| + cc::CubicBezierTimingFunction::Create(x1, y1, x2, y2)));
|
| }
|
|
|
| float WebFloatAnimationCurveImpl::getValue(double time) const {
|
|
|