| Index: cc/keyframed_animation_curve.cc
|
| diff --git a/cc/keyframed_animation_curve.cc b/cc/keyframed_animation_curve.cc
|
| index 9339c94797b7c553bb229428fb9c3ae0f52489ee..daf2457d8f0f8afe380655132808b9bc7a79b2fb 100644
|
| --- a/cc/keyframed_animation_curve.cc
|
| +++ b/cc/keyframed_animation_curve.cc
|
| @@ -220,4 +220,4 @@ WebTransformationMatrix KeyframedTransformAnimationCurve::getValue(double t) con
|
| return m_keyframes[i+1]->value().blend(m_keyframes[i]->value(), progress);
|
| }
|
|
|
| -} // namespace cc
|
| +} // namespace cc
|
|
|