| Index: Source/core/events/MouseEvent.h
|
| diff --git a/Source/core/events/MouseEvent.h b/Source/core/events/MouseEvent.h
|
| index d2f6fd2b7a80e10229d34e9c5b8ade876d9f9db0..ba83243af0c437929678c29914d3815a076c46d6 100644
|
| --- a/Source/core/events/MouseEvent.h
|
| +++ b/Source/core/events/MouseEvent.h
|
| @@ -118,13 +118,13 @@ private:
|
|
|
| class SimulatedMouseEvent final : public MouseEvent {
|
| public:
|
| - static PassRefPtrWillBeRawPtr<SimulatedMouseEvent> create(const AtomicString& eventType, PassRefPtrWillBeRawPtr<AbstractView>, PassRefPtrWillBeRawPtr<Event> underlyingEvent);
|
| + static PassRefPtrWillBeRawPtr<SimulatedMouseEvent> create(const AtomicString& eventType, PassRefPtrWillBeRawPtr<AbstractView>, PassRefPtrWillBeRawPtr<Event> underlyingEvent, SimulatedClickCreationScope);
|
| ~SimulatedMouseEvent() override;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
| - SimulatedMouseEvent(const AtomicString& eventType, PassRefPtrWillBeRawPtr<AbstractView>, PassRefPtrWillBeRawPtr<Event> underlyingEvent);
|
| + SimulatedMouseEvent(const AtomicString& eventType, PassRefPtrWillBeRawPtr<AbstractView>, PassRefPtrWillBeRawPtr<Event> underlyingEvent, SimulatedClickCreationScope);
|
| };
|
|
|
| class MouseEventDispatchMediator final : public EventDispatchMediator {
|
|
|