| 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,
|
|
|