| Index: Source/core/events/Event.h
|
| diff --git a/Source/core/events/Event.h b/Source/core/events/Event.h
|
| index 76edb46745fda0b34e6c4151de82c578f54d3303..db61a933f422171f4c63728947fbf77464628466 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;
|
|
|