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

Unified Diff: cc/proto/layer_tree_host.proto

Issue 1895303007: Non passive touch end or touch cancel listeners should not block scroll. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Created 4 years, 8 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 | « cc/input/event_listener_properties.h ('k') | cc/trees/layer_tree_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/proto/layer_tree_host.proto
diff --git a/cc/proto/layer_tree_host.proto b/cc/proto/layer_tree_host.proto
index e324d1d7cd3fa172dddb58b4e8ac0669fa2d5066..407061f720ab4ae29e6598930cc693ef79710638 100644
--- a/cc/proto/layer_tree_host.proto
+++ b/cc/proto/layer_tree_host.proto
@@ -55,6 +55,7 @@ message LayerTreeHost {
optional uint32 next_surface_sequence = 33;
optional uint32 wheel_event_listener_properties = 34;
optional bool have_scroll_event_handlers = 35;
- optional uint32 touch_event_listener_properties = 36;
+ optional uint32 touch_start_or_move_event_listener_properties = 36;
repeated int32 layers_that_should_push_properties = 37;
+ optional uint32 touch_end_or_cancel_event_listener_properties = 38;
}
« no previous file with comments | « cc/input/event_listener_properties.h ('k') | cc/trees/layer_tree_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698