| Index: third_party/WebKit/Source/core/events/MouseRelatedEvent.h
|
| diff --git a/third_party/WebKit/Source/core/events/MouseRelatedEvent.h b/third_party/WebKit/Source/core/events/MouseRelatedEvent.h
|
| index 3c1acc8b7592250968930a3d68c7d90df2f86bc8..a18cbf6ea2017bb1130594756d412e300623ee40 100644
|
| --- a/third_party/WebKit/Source/core/events/MouseRelatedEvent.h
|
| +++ b/third_party/WebKit/Source/core/events/MouseRelatedEvent.h
|
| @@ -71,7 +71,7 @@ protected:
|
| MouseRelatedEvent();
|
| // TODO(lanwei): Will make this argument non-optional and all the callers need to provide
|
| // sourceCapabilities even when it is null, see https://crbug.com/476530.
|
| - MouseRelatedEvent(const AtomicString& type, bool canBubble, bool cancelable, EventTarget* relatedTarget,
|
| + MouseRelatedEvent(const AtomicString& type, bool canBubble, bool cancelable,
|
| AbstractView*, int detail, const IntPoint& screenLocation,
|
| const IntPoint& rootFrameLocation, const IntPoint& movementDelta, PlatformEvent::Modifiers,
|
| double platformTimeStamp, PositionType, InputDeviceCapabilities* sourceCapabilities = nullptr);
|
|
|