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

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

Issue 1774913004: Firing got/lost pointer capture events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Variable rename Created 4 years, 9 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/dom/Element.idl
diff --git a/third_party/WebKit/Source/core/dom/Element.idl b/third_party/WebKit/Source/core/dom/Element.idl
index 4d55f556cb8cc1347b96ceae104c5a23da65369c..e43db09bbd518d01d25377deb9a0d2ece0af346a 100644
--- a/third_party/WebKit/Source/core/dom/Element.idl
+++ b/third_party/WebKit/Source/core/dom/Element.idl
@@ -130,6 +130,11 @@ interface Element : Node {
attribute EventHandler onsearch;
attribute EventHandler onselectstart;
attribute EventHandler onwheel;
+
+ // Pointerevent attributes (http://www.w3.org/TR/pointerevents/#extensions-to-the-element-interface)
+ [RuntimeEnabled=PointerEvent] attribute EventHandler ongotpointercapture;
+ [RuntimeEnabled=PointerEvent] attribute EventHandler onlostpointercapture;
+
};
Element implements ParentNode;
« no previous file with comments | « third_party/WebKit/Source/core/dom/Element.h ('k') | third_party/WebKit/Source/core/events/PointerEventFactory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698