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

Unified Diff: third_party/WebKit/Source/modules/webmidi/MIDIInput.h

Issue 2392463004: reflow comments in modules/{webmidi,websocket} (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/modules/webmidi/MIDIInput.h
diff --git a/third_party/WebKit/Source/modules/webmidi/MIDIInput.h b/third_party/WebKit/Source/modules/webmidi/MIDIInput.h
index d55c9715eac5581a52f6c51f8e3c91ab3e11a9e7..aca39608d329ab5b39ac2e0e5eefb2a07388c144 100644
--- a/third_party/WebKit/Source/modules/webmidi/MIDIInput.h
+++ b/third_party/WebKit/Source/modules/webmidi/MIDIInput.h
@@ -59,7 +59,8 @@ class MIDIInput final : public MIDIPort {
return EventTargetNames::MIDIInput;
}
- // |timeStamp| is a DOMHighResTimeStamp in the time coordinate system of performance.now().
+ // |timeStamp| is a DOMHighResTimeStamp in the time coordinate system of
+ // performance.now().
void didReceiveMIDIData(unsigned portIndex,
const unsigned char* data,
size_t length,
« no previous file with comments | « third_party/WebKit/Source/modules/webmidi/MIDIAccess.cpp ('k') | third_party/WebKit/Source/modules/webmidi/MIDIInput.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698