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

Unified Diff: ui/events/blink/input_handler_proxy_client.h

Issue 2471523002: Make touch events uncancelable during fling when they are on the current active scroll layer (Closed)
Patch Set: clean up code 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: ui/events/blink/input_handler_proxy_client.h
diff --git a/ui/events/blink/input_handler_proxy_client.h b/ui/events/blink/input_handler_proxy_client.h
index 2e10430f8212e405df68a8a8720cbc2de70529c8..016d5190f2e79193544dfc3513ad1b5f9cbcc716 100644
--- a/ui/events/blink/input_handler_proxy_client.h
+++ b/ui/events/blink/input_handler_proxy_client.h
@@ -51,8 +51,6 @@ class InputHandlerProxyClient {
const gfx::Vector2dF& current_fling_velocity,
const gfx::PointF& causal_event_viewport_point) = 0;
- virtual void DidStartFlinging() = 0;
-
virtual void DidStopFlinging() = 0;
virtual void DidAnimateForInput() = 0;

Powered by Google App Engine
This is Rietveld 408576698