| 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 cd7a713cd01472cf0d9a411ab9ac14efb35ce0fb..e29af532e644b3b469a357d2259d72808190170f 100644
|
| --- a/third_party/WebKit/Source/core/input/EventHandler.h
|
| +++ b/third_party/WebKit/Source/core/input/EventHandler.h
|
| @@ -203,8 +203,10 @@ class CORE_EXPORT EventHandler final
|
|
|
| void SetPointerCapture(int, EventTarget*);
|
| void ReleasePointerCapture(int, EventTarget*);
|
| + void ReleaseMousePointerCapture();
|
| bool HasPointerCapture(int, const EventTarget*) const;
|
| bool HasProcessedPointerCapture(int, const EventTarget*) const;
|
| + void ProcessPendingPointerCaptureForPointerLock(const WebMouseEvent&);
|
|
|
| void ElementRemoved(EventTarget*);
|
|
|
|
|