| Index: cc/animation/scroll_offset_animations_impl.h
|
| diff --git a/cc/animation/scroll_offset_animations_impl.h b/cc/animation/scroll_offset_animations_impl.h
|
| index 3ae441995a62636d0f90e641549ba9ec8b328d5e..65739e6e8b9710eb5db7a379abead772bf406af1 100644
|
| --- a/cc/animation/scroll_offset_animations_impl.h
|
| +++ b/cc/animation/scroll_offset_animations_impl.h
|
| @@ -40,6 +40,9 @@ class CC_EXPORT ScrollOffsetAnimationsImpl : public AnimationDelegate {
|
| const gfx::ScrollOffset& max_scroll_offset,
|
| base::TimeTicks frame_monotonic_time);
|
|
|
| + void ScrollAnimationAdjustDuration(ElementId element_id,
|
| + base::TimeDelta adjustment);
|
| +
|
| // Aborts the currently running scroll offset animation on an element and
|
| // starts a new one offsetted by adjustment.
|
| void ScrollAnimationApplyAdjustment(ElementId element_id,
|
|
|