Index: third_party/WebKit/Source/modules/webaudio/ConvolverNode.h |
diff --git a/third_party/WebKit/Source/modules/webaudio/ConvolverNode.h b/third_party/WebKit/Source/modules/webaudio/ConvolverNode.h |
index 400387a97797e0dd86f883574ffac40e6d4775de..03778ea05c902154bb3e150f35f74aecdf03c24e 100644 |
--- a/third_party/WebKit/Source/modules/webaudio/ConvolverNode.h |
+++ b/third_party/WebKit/Source/modules/webaudio/ConvolverNode.h |
@@ -64,6 +64,7 @@ class MODULES_EXPORT ConvolverHandler final : public AudioHandler { |
ConvolverHandler(AudioNode&, float sample_rate); |
double TailTime() const override; |
double LatencyTime() const override; |
+ bool RequiresTailProcessing() const override; |
// Determine how many output channels to use from the number of |
// input channels and the number of channels in the impulse response |