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

Unified Diff: Source/core/dom/GlobalEventHandlers.h

Issue 1144313003: Added PointerEvent firing on touch events. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased. TODO fixes. 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
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/dom/GlobalEventHandlers.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/GlobalEventHandlers.h
diff --git a/Source/core/dom/GlobalEventHandlers.h b/Source/core/dom/GlobalEventHandlers.h
index 055ef4a93da580766f25dc3498b0766c9eace2ff..917d31d4431387e5f47456eea7f4b2a1bc1a1567 100644
--- a/Source/core/dom/GlobalEventHandlers.h
+++ b/Source/core/dom/GlobalEventHandlers.h
@@ -80,6 +80,14 @@ DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(mousewheel);
DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(pause);
DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(play);
DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(playing);
+DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(pointercancel);
+DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(pointerdown);
+DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(pointerenter);
+DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(pointerleave);
+DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(pointermove);
+DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(pointerout);
+DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(pointerover);
+DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(pointerup);
DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(progress);
DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(ratechange);
DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(reset);
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/dom/GlobalEventHandlers.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698