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

Unified Diff: cc/input/event_listener_properties.h

Issue 2471523002: Make touch events uncancelable during fling when they are on the current active scroll layer (Closed)
Patch Set: fling layer 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
« no previous file with comments | « no previous file | cc/input/input_handler.h » ('j') | cc/input/input_handler.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/input/event_listener_properties.h
diff --git a/cc/input/event_listener_properties.h b/cc/input/event_listener_properties.h
index e1932afe2a9d49725a97b829fe447f31ac653f10..70299777378b7879615cdcfc0481aa10896219c8 100644
--- a/cc/input/event_listener_properties.h
+++ b/cc/input/event_listener_properties.h
@@ -22,6 +22,7 @@ enum class EventListenerProperties {
kPassive,
kBlocking,
kBlockingAndPassive,
+ kBlockingAndMaybePassiveDueToFling,
kMax
};
« no previous file with comments | « no previous file | cc/input/input_handler.h » ('j') | cc/input/input_handler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698