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

Unified Diff: third_party/WebKit/Source/modules/webaudio/IIRDSPKernel.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/IIRDSPKernel.h
diff --git a/third_party/WebKit/Source/modules/webaudio/IIRDSPKernel.h b/third_party/WebKit/Source/modules/webaudio/IIRDSPKernel.h
index b8119fb4c30b85937846ddace9026fa56c38dab8..f64cc2caf19223e9a83c6b4f6fe62a435d80e412 100644
--- a/third_party/WebKit/Source/modules/webaudio/IIRDSPKernel.h
+++ b/third_party/WebKit/Source/modules/webaudio/IIRDSPKernel.h
@@ -32,6 +32,7 @@ class IIRDSPKernel final : public AudioDSPKernel {
double TailTime() const override;
double LatencyTime() const override;
+ bool RequiresTailProcessing() const override;
protected:
IIRFilter iir_;
« no previous file with comments | « third_party/WebKit/Source/modules/webaudio/GainNode.h ('k') | third_party/WebKit/Source/modules/webaudio/IIRDSPKernel.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698