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

Unified Diff: third_party/WebKit/Source/platform/audio/AudioDSPKernel.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/AudioDSPKernel.h
diff --git a/third_party/WebKit/Source/platform/audio/AudioDSPKernel.h b/third_party/WebKit/Source/platform/audio/AudioDSPKernel.h
index 00d095bcaa12e8056aa9daafd9f713356b467d72..b052a43a44f35623dd98f044658ed5375995562c 100644
--- a/third_party/WebKit/Source/platform/audio/AudioDSPKernel.h
+++ b/third_party/WebKit/Source/platform/audio/AudioDSPKernel.h
@@ -36,7 +36,8 @@
namespace blink {
-// AudioDSPKernel does the processing for one channel of an AudioDSPKernelProcessor.
+// AudioDSPKernel does the processing for one channel of an
+// AudioDSPKernelProcessor.
class PLATFORM_EXPORT AudioDSPKernel {
USING_FAST_MALLOC(AudioDSPKernel);
@@ -51,7 +52,8 @@ class PLATFORM_EXPORT AudioDSPKernel {
virtual ~AudioDSPKernel();
- // Subclasses must override process() to do the processing and reset() to reset DSP state.
+ // Subclasses must override process() to do the processing and reset() to
+ // reset DSP state.
virtual void process(const float* source,
float* destination,
size_t framesToProcess) = 0;

Powered by Google App Engine
This is Rietveld 408576698