| Index: cc/animation/animation_host.h
|
| diff --git a/cc/animation/animation_host.h b/cc/animation/animation_host.h
|
| index f8b645034e046957d9460c71163beb20ebc68498..bfbe08374ddaad2fdb049419837f3dba4af7350a 100644
|
| --- a/cc/animation/animation_host.h
|
| +++ b/cc/animation/animation_host.h
|
| @@ -140,7 +140,8 @@ 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::TimeTicks original_event_time);
|
| bool ImplOnlyScrollAnimationUpdateTarget(
|
| ElementId element_id,
|
| const gfx::Vector2dF& scroll_delta,
|
|
|