summaryrefslogtreecommitdiff
path: root/chromium/components/exo/pointer_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/exo/pointer_delegate.h')
-rw-r--r--chromium/components/exo/pointer_delegate.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chromium/components/exo/pointer_delegate.h b/chromium/components/exo/pointer_delegate.h
index 7e4e4fa2350..cbfc718fff8 100644
--- a/chromium/components/exo/pointer_delegate.h
+++ b/chromium/components/exo/pointer_delegate.h
@@ -56,9 +56,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;