Index: third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.h |
diff --git a/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.h b/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.h |
index 6bbc8ed9385a3aad5c5d41c086563dcfc029fd59..14ef10d128984b5ead099a793370d52bdef25f76 100644 |
--- a/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.h |
+++ b/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.h |
@@ -51,6 +51,8 @@ class MediaStreamAudioDestinationHandler final |
unsigned long MaxChannelCount() const; |
+ bool RequiresTailProcessing() const override { return false; } |
+ |
private: |
MediaStreamAudioDestinationHandler(AudioNode&, size_t number_of_channels); |
// As an audio source, we will never propagate silence. |