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

Unified Diff: third_party/WebKit/Source/platform/audio/Reverb.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/Reverb.h
diff --git a/third_party/WebKit/Source/platform/audio/Reverb.h b/third_party/WebKit/Source/platform/audio/Reverb.h
index 1ec048472c36211f64e2c5509799ce7e52a6b317..f29b8a42b624c4fc1b1c45fd26cfa76e77a31b6b 100644
--- a/third_party/WebKit/Source/platform/audio/Reverb.h
+++ b/third_party/WebKit/Source/platform/audio/Reverb.h
@@ -39,7 +39,8 @@ namespace blink {
class AudioBus;
-// Multi-channel convolution reverb with channel matrixing - one or more ReverbConvolver objects are used internally.
+// Multi-channel convolution reverb with channel matrixing - one or more
+// ReverbConvolver objects are used internally.
class PLATFORM_EXPORT Reverb {
USING_FAST_MALLOC(Reverb);
@@ -48,7 +49,8 @@ class PLATFORM_EXPORT Reverb {
public:
enum { MaxFrameSize = 256 };
- // renderSliceSize is a rendering hint, so the FFTs can be optimized to not all occur at the same time (very bad when rendering on a real-time thread).
+ // renderSliceSize is a rendering hint, so the FFTs can be optimized to not
+ // all occur at the same time (very bad when rendering on a real-time thread).
Reverb(AudioBus* impulseResponseBuffer,
size_t renderSliceSize,
size_t maxFFTSize,

Powered by Google App Engine
This is Rietveld 408576698