| 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 f144769f7c8a83d6458e4cf3d3e74edd47252dfc..fb49ba92e0dd665a0ccfa7075752f0581af6f887 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* releaseNode);
|
|
|
| WebInputEventResult dispatchDragSrcEvent(const AtomicString& eventType,
|
| const WebMouseEvent&);
|
|
|