| Index: Source/core/events/UIEvent.h
|
| diff --git a/Source/core/events/UIEvent.h b/Source/core/events/UIEvent.h
|
| index 51d80df54b7e1f0749be4e8c651537980cdb3f0a..c01f7c6b26d090c72f2dbe7d5b434e5bca9b8467 100644
|
| --- a/Source/core/events/UIEvent.h
|
| +++ b/Source/core/events/UIEvent.h
|
| @@ -77,7 +77,7 @@ public:
|
|
|
| protected:
|
| UIEvent();
|
| - UIEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView>, int detail);
|
| + UIEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView>, int detail, InputDevice* sourceDevice = nullptr);
|
| UIEvent(const AtomicString&, const UIEventInit&);
|
|
|
| private:
|
|
|