| Index: Source/core/events/UIEvent.h
|
| diff --git a/Source/core/events/UIEvent.h b/Source/core/events/UIEvent.h
|
| index c01f7c6b26d090c72f2dbe7d5b434e5bca9b8467..b5c614d594e21eac8520b97bd5e24fd000b76a97 100644
|
| --- a/Source/core/events/UIEvent.h
|
| +++ b/Source/core/events/UIEvent.h
|
| @@ -53,7 +53,7 @@ public:
|
| }
|
| virtual ~UIEvent();
|
|
|
| - void initUIEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView>, int detail);
|
| + void initUIEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView>, int detail, InputDevice* sourceDevice = nullptr);
|
|
|
| AbstractView* view() const { return m_view.get(); }
|
| int detail() const { return m_detail; }
|
|
|