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

Unified Diff: third_party/WebKit/Source/core/frame/EventHandlerRegistry.h

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
Index: third_party/WebKit/Source/core/frame/EventHandlerRegistry.h
diff --git a/third_party/WebKit/Source/core/frame/EventHandlerRegistry.h b/third_party/WebKit/Source/core/frame/EventHandlerRegistry.h
index 4d1dd0882a33c5f0aa9ee129ac6a517517c0a885..80d342f0d27a06efeff5573267918e677e8affdb 100644
--- a/third_party/WebKit/Source/core/frame/EventHandlerRegistry.h
+++ b/third_party/WebKit/Source/core/frame/EventHandlerRegistry.h
@@ -31,8 +31,10 @@ public:
ScrollEvent,
WheelEventBlocking,
WheelEventPassive,
- TouchEventBlocking,
- TouchEventPassive,
+ TouchStartOrMoveEventBlocking,
+ TouchStartOrMoveEventPassive,
+ TouchEndOrCancelEventBlocking,
+ TouchEndOrCancelEventPassive,
#if ENABLE(ASSERT)
// Additional event categories for verifying handler tracking logic.
EventsForTesting,

Powered by Google App Engine
This is Rietveld 408576698