| Index: cc/input/scrollbar_animation_controller.h
|
| diff --git a/cc/input/scrollbar_animation_controller.h b/cc/input/scrollbar_animation_controller.h
|
| index c05e76d8f14c12a8afbfbf379f385a528f672a74..2b9faff125c454d21aede111a43c7bf88340542b 100644
|
| --- a/cc/input/scrollbar_animation_controller.h
|
| +++ b/cc/input/scrollbar_animation_controller.h
|
| @@ -65,8 +65,9 @@ class CC_EXPORT ScrollbarAnimationController {
|
|
|
| bool Animate(base::TimeTicks now);
|
|
|
| + void WillUpdateScroll();
|
| + void DidResize();
|
| void DidScrollBegin();
|
| - void DidScrollUpdate(bool on_resize);
|
| void DidScrollEnd();
|
|
|
| void DidMouseDown();
|
|
|