| 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 c47e4b3ad50ed804d1e4ae86adddc3e70a9a6e0b..e1d23d0ba6ab56af6dbf49b8517940961470b3c1 100644
|
| --- a/third_party/WebKit/Source/core/events/MouseRelatedEvent.h
|
| +++ b/third_party/WebKit/Source/core/events/MouseRelatedEvent.h
|
| @@ -72,7 +72,7 @@ protected:
|
| // 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,
|
| - PassRefPtrWillBeRawPtr<AbstractView>, int detail, const IntPoint& screenLocation,
|
| + RawPtr<AbstractView>, int detail, const IntPoint& screenLocation,
|
| const IntPoint& rootFrameLocation, const IntPoint& movementDelta, PlatformEvent::Modifiers,
|
| double platformTimeStamp, PositionType, InputDeviceCapabilities* sourceCapabilities = nullptr);
|
|
|
|
|