| Index: third_party/WebKit/Source/core/input/MouseEventManager.h
|
| diff --git a/third_party/WebKit/Source/core/input/MouseEventManager.h b/third_party/WebKit/Source/core/input/MouseEventManager.h
|
| index 87240bbafab207a6c17aa1f4907b698fb89c08b1..2ac5c782d82fa03548bbaaeca7d76753ac43833b 100644
|
| --- a/third_party/WebKit/Source/core/input/MouseEventManager.h
|
| +++ b/third_party/WebKit/Source/core/input/MouseEventManager.h
|
| @@ -57,7 +57,8 @@ class CORE_EXPORT MouseEventManager final
|
| const WebMouseEvent&);
|
|
|
| WebInputEventResult DispatchMouseClickIfNeeded(
|
| - const MouseEventWithHitTestResults&);
|
| + const MouseEventWithHitTestResults&,
|
| + Node* release_node);
|
|
|
| WebInputEventResult DispatchDragSrcEvent(const AtomicString& event_type,
|
| const WebMouseEvent&);
|
|
|