| 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 87dfb199ffebdb7f0e169cc550fe1df3d2dcb4f5..64946a175db4a931b54f4efc3753b9dcd1577e3a 100644
|
| --- a/third_party/WebKit/Source/core/input/MouseEventManager.h
|
| +++ b/third_party/WebKit/Source/core/input/MouseEventManager.h
|
| @@ -58,7 +58,8 @@ class CORE_EXPORT MouseEventManager final
|
|
|
| WebInputEventResult dispatchMouseClickIfNeeded(Node* target,
|
| const WebMouseEvent&,
|
| - const String& canvasRegionId);
|
| + const String& canvasRegionId,
|
| + Node* targetWithoutCapture);
|
|
|
| WebInputEventResult dispatchDragSrcEvent(const AtomicString& eventType,
|
| const WebMouseEvent&);
|
|
|