Index: third_party/WebKit/Source/core/input/EventHandler.h |
diff --git a/third_party/WebKit/Source/core/input/EventHandler.h b/third_party/WebKit/Source/core/input/EventHandler.h |
index 6098b17bc575c0c65d71ef5fffd45ef8a7a10d00..2d6d0806c1e71f866282591c15ef1b19402368fa 100644 |
--- a/third_party/WebKit/Source/core/input/EventHandler.h |
+++ b/third_party/WebKit/Source/core/input/EventHandler.h |
@@ -200,6 +200,7 @@ class CORE_EXPORT EventHandler final |
void setPointerCapture(int, EventTarget*); |
void releasePointerCapture(int, EventTarget*); |
+ void releasePointerCapture(); |
bool hasPointerCapture(int, const EventTarget*) const; |
bool hasProcessedPointerCapture(int, const EventTarget*) const; |