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

Unified Diff: components/exo/pointer_delegate.h

Issue 2840113002: exo: Replace fling cancel with generic zero distance scroll (Closed)
Patch Set: fixed nit in test Created 3 years, 7 months 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
« no previous file with comments | « components/exo/pointer.cc ('k') | components/exo/pointer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/pointer_delegate.h
diff --git a/components/exo/pointer_delegate.h b/components/exo/pointer_delegate.h
index 7e4e4fa2350f4a9a5b0dcc20473ba53321dc183e..cbfc718fff8ab1959c706dfa916652874fcf554b 100644
--- a/components/exo/pointer_delegate.h
+++ b/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;
« no previous file with comments | « components/exo/pointer.cc ('k') | components/exo/pointer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698