| Index: Source/core/events/Event.h
|
| diff --git a/Source/core/events/Event.h b/Source/core/events/Event.h
|
| index e532fea0f8ce4f41b62d396625d3fc236aeeff16..5820d5d4892be7a731b6b721c54dd284e8b4687f 100644
|
| --- a/Source/core/events/Event.h
|
| +++ b/Source/core/events/Event.h
|
| @@ -144,6 +144,7 @@ public:
|
| virtual bool isTouchEvent() const;
|
| virtual bool isGestureEvent() const;
|
| virtual bool isWheelEvent() const;
|
| + virtual bool isRelatedEvent() const;
|
|
|
| // Drag events are a subset of mouse events.
|
| virtual bool isDragEvent() const;
|
|
|