Index: third_party/WebKit/Source/core/dom/Element.h |
diff --git a/third_party/WebKit/Source/core/dom/Element.h b/third_party/WebKit/Source/core/dom/Element.h |
index b93d13e80b3518ffc16e3b59519f7d3179ffcd76..2ad35d084b906c9622dc8f4677d16c6c72627f37 100644 |
--- a/third_party/WebKit/Source/core/dom/Element.h |
+++ b/third_party/WebKit/Source/core/dom/Element.h |
@@ -121,6 +121,8 @@ public: |
DEFINE_ATTRIBUTE_EVENT_LISTENER(beforepaste); |
DEFINE_ATTRIBUTE_EVENT_LISTENER(copy); |
DEFINE_ATTRIBUTE_EVENT_LISTENER(cut); |
+ DEFINE_ATTRIBUTE_EVENT_LISTENER(gotpointercapture); |
+ DEFINE_ATTRIBUTE_EVENT_LISTENER(lostpointercapture); |
DEFINE_ATTRIBUTE_EVENT_LISTENER(paste); |
DEFINE_ATTRIBUTE_EVENT_LISTENER(search); |
DEFINE_ATTRIBUTE_EVENT_LISTENER(selectstart); |