| Index: cc/animation/scroll_offset_animation_curve.h
|
| diff --git a/cc/animation/scroll_offset_animation_curve.h b/cc/animation/scroll_offset_animation_curve.h
|
| index 7f9ea55c53ebc2a033382d3fcb0805ad77fee717..beb9bbfa4363de4edf2731519b7bee862307ae0a 100644
|
| --- a/cc/animation/scroll_offset_animation_curve.h
|
| +++ b/cc/animation/scroll_offset_animation_curve.h
|
| @@ -27,7 +27,8 @@ class CC_EXPORT ScrollOffsetAnimationCurve : public AnimationCurve {
|
|
|
| ~ScrollOffsetAnimationCurve() override;
|
|
|
| - void SetInitialValue(const gfx::ScrollOffset& initial_value);
|
| + void SetInitialValue(const gfx::ScrollOffset& initial_value,
|
| + base::TimeDelta jank_adjustment = base::TimeDelta());
|
| bool HasSetInitialValue() const;
|
| gfx::ScrollOffset GetValue(base::TimeDelta t) const;
|
| gfx::ScrollOffset target_value() const { return target_value_; }
|
|
|