| Index: third_party/WebKit/Source/core/events/EventQueue.h
|
| diff --git a/third_party/WebKit/Source/core/events/EventQueue.h b/third_party/WebKit/Source/core/events/EventQueue.h
|
| index 981c13e9414f6eaf0d28a06cb89242edb8a4c471..fc19712045d9b654457c665451d460a2d80e8492 100644
|
| --- a/third_party/WebKit/Source/core/events/EventQueue.h
|
| +++ b/third_party/WebKit/Source/core/events/EventQueue.h
|
| @@ -42,7 +42,8 @@ class CORE_EXPORT EventQueue : public GarbageCollectedFinalized<EventQueue> {
|
| DEFINE_INLINE_VIRTUAL_TRACE() {}
|
| virtual bool enqueueEvent(Event*) = 0;
|
| virtual bool cancelEvent(Event*) = 0;
|
| - // The accumulated and all the future events will be discarded, no events will be dispatched anymore.
|
| + // The accumulated and all the future events will be discarded, no events will
|
| + // be dispatched anymore.
|
| virtual void close() = 0;
|
| };
|
|
|
|
|