Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Unified Diff: third_party/WebKit/Source/core/events/EventQueue.h

Issue 2394653003: reflow comments in core/events,core/fileapi (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
};
« no previous file with comments | « third_party/WebKit/Source/core/events/EventPath.cpp ('k') | third_party/WebKit/Source/core/events/EventTarget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698