| Index: third_party/WebKit/Source/platform/audio/SincResampler.cpp
|
| diff --git a/third_party/WebKit/Source/platform/audio/SincResampler.cpp b/third_party/WebKit/Source/platform/audio/SincResampler.cpp
|
| index 2a2862bf20bb31ea4dc2eb447316a430a9965118..b46acc9a2176892fb82bc80c5953bdb98024cd48 100644
|
| --- a/third_party/WebKit/Source/platform/audio/SincResampler.cpp
|
| +++ b/third_party/WebKit/Source/platform/audio/SincResampler.cpp
|
| @@ -464,6 +464,7 @@ void SincResampler::Process(AudioSourceProvider* source_provider,
|
| }
|
| #endif
|
| }
|
| +#undef CONVOLVE_ONE_SAMPLE
|
|
|
| // Linearly interpolate the two "convolutions".
|
| double result = (1.0 - kernel_interpolation_factor) * sum1 +
|
|
|