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

Unified Diff: third_party/WebKit/Source/platform/audio/ReverbInputBuffer.cpp

Issue 2384073002: reflow comments in platform/audio (Closed)
Patch Set: comments (heh!) 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/platform/audio/ReverbInputBuffer.cpp
diff --git a/third_party/WebKit/Source/platform/audio/ReverbInputBuffer.cpp b/third_party/WebKit/Source/platform/audio/ReverbInputBuffer.cpp
index 61f0830713db0b67afce05355f28c448454ced1f..75fddbbabe26305e753bf392c7fd173ed851513c 100644
--- a/third_party/WebKit/Source/platform/audio/ReverbInputBuffer.cpp
+++ b/third_party/WebKit/Source/platform/audio/ReverbInputBuffer.cpp
@@ -57,7 +57,8 @@ float* ReverbInputBuffer::directReadFrom(int* readIndex,
*readIndex + numberOfFrames <= bufferLength;
ASSERT(isPointerGood);
if (!isPointerGood) {
- // Should never happen in practice but return pointer to start of buffer (avoid crash)
+ // Should never happen in practice but return pointer to start of buffer
+ // (avoid crash)
if (readIndex)
*readIndex = 0;
return m_buffer.data();
« no previous file with comments | « third_party/WebKit/Source/platform/audio/ReverbInputBuffer.h ('k') | third_party/WebKit/Source/platform/audio/SincResampler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698