| Index: cc/animation/animation_host.h
|
| diff --git a/cc/animation/animation_host.h b/cc/animation/animation_host.h
|
| index 4a7ffbfbb1accf7e63c933e1f2d3011fc6d0465b..a4913a9054d738c0621244beeefd929469233220 100644
|
| --- a/cc/animation/animation_host.h
|
| +++ b/cc/animation/animation_host.h
|
| @@ -142,12 +142,14 @@ class CC_EXPORT AnimationHost {
|
|
|
| void ImplOnlyScrollAnimationCreate(ElementId element_id,
|
| const gfx::ScrollOffset& target_offset,
|
| - const gfx::ScrollOffset& current_offset);
|
| + const gfx::ScrollOffset& current_offset,
|
| + base::TimeDelta delayed_by);
|
| bool ImplOnlyScrollAnimationUpdateTarget(
|
| ElementId element_id,
|
| const gfx::Vector2dF& scroll_delta,
|
| const gfx::ScrollOffset& max_scroll_offset,
|
| - base::TimeTicks frame_monotonic_time);
|
| + base::TimeTicks frame_monotonic_time,
|
| + base::TimeDelta delayed_by);
|
|
|
| void ScrollAnimationAbort(bool needs_completion);
|
|
|
|
|