| Index: third_party/WebKit/Source/modules/webaudio/WaveShaperDSPKernel.h
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/WaveShaperDSPKernel.h b/third_party/WebKit/Source/modules/webaudio/WaveShaperDSPKernel.h
|
| index a770064d8009d59ed5627783875352438985baa3..b9f4ba172d4b899c86d8e0fcd94f2858bbb4aca8 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/WaveShaperDSPKernel.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/WaveShaperDSPKernel.h
|
| @@ -37,7 +37,8 @@ namespace blink {
|
|
|
| class WaveShaperProcessor;
|
|
|
| -// WaveShaperDSPKernel is an AudioDSPKernel and is responsible for non-linear distortion on one channel.
|
| +// WaveShaperDSPKernel is an AudioDSPKernel and is responsible for non-linear
|
| +// distortion on one channel.
|
|
|
| class WaveShaperDSPKernel final : public AudioDSPKernel {
|
| public:
|
| @@ -51,7 +52,8 @@ class WaveShaperDSPKernel final : public AudioDSPKernel {
|
| double tailTime() const override { return 0; }
|
| double latencyTime() const override;
|
|
|
| - // Oversampling requires more resources, so let's only allocate them if needed.
|
| + // Oversampling requires more resources, so let's only allocate them if
|
| + // needed.
|
| void lazyInitializeOversampling();
|
|
|
| protected:
|
|
|