| Index: third_party/WebKit/Source/modules/webaudio/BiquadProcessor.h
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/BiquadProcessor.h b/third_party/WebKit/Source/modules/webaudio/BiquadProcessor.h
|
| index 5f4cb538eace3583abf133c99ec02e8cbcc3ad04..7386a2cb0e84f012eca357a423701036caa1974c 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/BiquadProcessor.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/BiquadProcessor.h
|
| @@ -67,6 +67,8 @@ class BiquadProcessor final : public AudioDSPKernelProcessor {
|
| AudioBus* destination,
|
| size_t framesToProcess) override;
|
|
|
| + void processOnlyAudioParams(size_t framesToProcess) override;
|
| +
|
| // Get the magnitude and phase response of the filter at the given
|
| // set of frequencies (in Hz). The phase response is in radians.
|
| void getFrequencyResponse(int nFrequencies,
|
|
|