| Index: components/exo/pointer_delegate.h
|
| diff --git a/components/exo/pointer_delegate.h b/components/exo/pointer_delegate.h
|
| index 182513d2b8571524fa7950be158a193d2ce3d9f2..e3f8edad425586144494f7cdc4bb2790da45f014 100644
|
| --- a/components/exo/pointer_delegate.h
|
| +++ b/components/exo/pointer_delegate.h
|
| @@ -57,9 +57,6 @@ class PointerDelegate {
|
| const gfx::Vector2dF& offset,
|
| bool discrete) = 0;
|
|
|
| - // Called when a current kinetic scroll should be canceled.
|
| - virtual void OnPointerScrollCancel(base::TimeTicks time_stamp) = 0;
|
| -
|
| // Called when pointer scroll has stopped and a fling is happening (e.g.
|
| // lifting the fingers from the touchpad after scrolling quickly)
|
| virtual void OnPointerScrollStop(base::TimeTicks time_stamp) = 0;
|
|
|