Chromium Code Reviews| Index: cc/animation/scrollbar_animation_controller.h |
| diff --git a/cc/animation/scrollbar_animation_controller.h b/cc/animation/scrollbar_animation_controller.h |
| index ad7f631bb9ef12877b5a7945672c1a1c44a4fcba..99a636da8b7695cf323edec6cd35b9a9014b2236 100644 |
| --- a/cc/animation/scrollbar_animation_controller.h |
| +++ b/cc/animation/scrollbar_animation_controller.h |
| @@ -31,6 +31,7 @@ class CC_EXPORT ScrollbarAnimationController { |
| void Animate(base::TimeTicks now); |
| + void SetDelayOnScrollbarAnimation(base::TimeDelta delay); |
|
aelias_OOO_until_Jul13
2014/09/29 19:33:46
Instead of this, please have a new method "virtual
MuVen
2014/09/30 12:50:26
Done.(passed the second delay in the constructor).
|
| virtual void DidScrollBegin(); |
| virtual void DidScrollUpdate(); |
| virtual void DidScrollEnd(); |