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