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

Unified Diff: third_party/WebKit/Source/platform/audio/AudioChannel.h

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/AudioChannel.h
diff --git a/third_party/WebKit/Source/platform/audio/AudioChannel.h b/third_party/WebKit/Source/platform/audio/AudioChannel.h
index 81630e80d7b23bd14bd563667b3e28542983230f..9d0c3ab9a14a3976d2fe6b6e50f9901e60224fa1 100644
--- a/third_party/WebKit/Source/platform/audio/AudioChannel.h
+++ b/third_party/WebKit/Source/platform/audio/AudioChannel.h
@@ -37,14 +37,16 @@
namespace blink {
-// An AudioChannel represents a buffer of non-interleaved floating-point audio samples.
+// An AudioChannel represents a buffer of non-interleaved floating-point audio
+// samples.
// The PCM samples are normally assumed to be in a nominal range -1.0 -> +1.0
class PLATFORM_EXPORT AudioChannel {
USING_FAST_MALLOC(AudioChannel);
WTF_MAKE_NONCOPYABLE(AudioChannel);
public:
- // Memory can be externally referenced, or can be internally allocated with an AudioFloatArray.
+ // Memory can be externally referenced, or can be internally allocated with an
+ // AudioFloatArray.
// Reference an external buffer.
AudioChannel(float* storage, size_t length)
« no previous file with comments | « third_party/WebKit/Source/platform/audio/AudioBus.cpp ('k') | third_party/WebKit/Source/platform/audio/AudioDSPKernel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698