Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(204)

Unified Diff: components/exo/pointer_delegate.h

Issue 2458853002: exo: Replace fling cancel with generic zero distance scroll
Patch Set: fixed unittest Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698