Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(956)

Unified Diff: third_party/WebKit/Source/modules/webaudio/ConvolverNode.h

Issue 2839063003: Implement tail processing for AudioNodes (Closed)
Patch Set: Make declaration order consistent Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698