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