Index: Source/core/dom/GenericEventQueue.h |
diff --git a/Source/core/dom/GenericEventQueue.h b/Source/core/dom/GenericEventQueue.h |
index 5900a72b0af50ea831e968e15c0325daf8bee1b3..7ef9885237d67fbbdda6df8885de3642b06f81c9 100644 |
--- a/Source/core/dom/GenericEventQueue.h |
+++ b/Source/core/dom/GenericEventQueue.h |
@@ -47,6 +47,9 @@ public: |
virtual bool cancelEvent(Event*) OVERRIDE; |
virtual void close() OVERRIDE; |
+ // Implicit target is considered the owner of the queue. |
+ bool enqueueEventWithoutTarget(PassRefPtr<Event>); |
+ |
void cancelAllEvents(); |
bool hasPendingEvents() const; |