Index: Source/core/events/Event.h |
diff --git a/Source/core/events/Event.h b/Source/core/events/Event.h |
index 3d544c92f0160445ffbd74b254f00bf3dd19232e..2a91721ceec0473fb0b92c7dca6ca132a0ee6747 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; |