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; |