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

Unified Diff: third_party/WebKit/Source/modules/webaudio/AsyncAudioDecoder.h

Issue 2389253002: reflow comments in modules/{webaudio,vr} (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/webaudio/AsyncAudioDecoder.h
diff --git a/third_party/WebKit/Source/modules/webaudio/AsyncAudioDecoder.h b/third_party/WebKit/Source/modules/webaudio/AsyncAudioDecoder.h
index 04908f45447bd15ff3e930d2d503dd917412217b..04cd81f8161aa269ae8d9890558a64b29b5bac9f 100644
--- a/third_party/WebKit/Source/modules/webaudio/AsyncAudioDecoder.h
+++ b/third_party/WebKit/Source/modules/webaudio/AsyncAudioDecoder.h
@@ -52,9 +52,10 @@ class AsyncAudioDecoder {
AsyncAudioDecoder(){};
~AsyncAudioDecoder(){};
- // Must be called on the main thread. |decodeAsync| and callees must not modify any of the
- // parameters except |audioData|. They are used to associate this decoding instance with the
- // caller to process the decoding appropriately when finished.
+ // Must be called on the main thread. |decodeAsync| and callees must not
+ // modify any of the parameters except |audioData|. They are used to
+ // associate this decoding instance with the caller to process the decoding
+ // appropriately when finished.
void decodeAsync(DOMArrayBuffer* audioData,
float sampleRate,
AudioBufferCallback* successCallback,

Powered by Google App Engine
This is Rietveld 408576698