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

Unified Diff: third_party/WebKit/Source/core/dom/GlobalEventHandlers.idl

Issue 2584723004: Move ongot/lostpointercaptures to global handlers (Closed)
Patch Set: Fix the link to the spec Created 4 years 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 | « third_party/WebKit/Source/core/dom/GlobalEventHandlers.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/GlobalEventHandlers.idl
diff --git a/third_party/WebKit/Source/core/dom/GlobalEventHandlers.idl b/third_party/WebKit/Source/core/dom/GlobalEventHandlers.idl
index 0c8fe51716c5b8d24a4604e9ba77e221fd321eb1..76841f8ab170325a96df533f1847f94386b467ce 100644
--- a/third_party/WebKit/Source/core/dom/GlobalEventHandlers.idl
+++ b/third_party/WebKit/Source/core/dom/GlobalEventHandlers.idl
@@ -102,6 +102,8 @@
// Pointer Events
// https://w3c.github.io/pointerevents/#extensions-to-the-globaleventhandlers-interface
+ [RuntimeEnabled=PointerEvent] attribute EventHandler ongotpointercapture;
+ [RuntimeEnabled=PointerEvent] attribute EventHandler onlostpointercapture;
[RuntimeEnabled=PointerEvent] attribute EventHandler onpointerdown;
[RuntimeEnabled=PointerEvent] attribute EventHandler onpointermove;
[RuntimeEnabled=PointerEvent] attribute EventHandler onpointerup;
« no previous file with comments | « third_party/WebKit/Source/core/dom/GlobalEventHandlers.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698