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

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

Issue 1144313003: Added PointerEvent firing on touch events. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed the gyp rule for nuked ThreadLocalEventNames.h Created 5 years, 6 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: Source/core/frame/EventHandlerRegistry.h
diff --git a/Source/core/frame/EventHandlerRegistry.h b/Source/core/frame/EventHandlerRegistry.h
index ae4f5c7c165f490a7f56a9e68a8dad81a158845d..9dd3cd4001c273e34aaf96caa6e2f95d8a3c4ac4 100644
--- a/Source/core/frame/EventHandlerRegistry.h
+++ b/Source/core/frame/EventHandlerRegistry.h
@@ -30,6 +30,7 @@ public:
ScrollEvent,
WheelEvent,
TouchEvent,
+ PointerEvent,
Rick Byers 2015/06/11 04:14:56 It's kind of misleading to add this and then not u
mustaq 2015/06/12 16:05:23 Done.
#if ENABLE(ASSERT)
// Additional event categories for verifying handler tracking logic.
EventsForTesting,

Powered by Google App Engine
This is Rietveld 408576698