| Index: cc/animation/scroll_offset_animations_impl.cc
|
| diff --git a/cc/animation/scroll_offset_animations_impl.cc b/cc/animation/scroll_offset_animations_impl.cc
|
| index 91cb0ab11e27151036e6f8e68b67068419bfbbbe..f49bb9d54f7a3e3f32fd9d64241f97be9e593941 100644
|
| --- a/cc/animation/scroll_offset_animations_impl.cc
|
| +++ b/cc/animation/scroll_offset_animations_impl.cc
|
| @@ -39,7 +39,8 @@ void ScrollOffsetAnimationsImpl::ScrollAnimationCreate(
|
| const gfx::ScrollOffset& current_offset) {
|
| std::unique_ptr<ScrollOffsetAnimationCurve> curve =
|
| ScrollOffsetAnimationCurve::Create(
|
| - target_offset, EaseInOutTimingFunction::Create(),
|
| + target_offset, CubicBezierTimingFunction::CreatePreset(
|
| + CubicBezierTimingFunction::EaseType::EASE_IN_OUT),
|
| ScrollOffsetAnimationCurve::DurationBehavior::INVERSE_DELTA);
|
| curve->SetInitialValue(current_offset);
|
|
|
|
|