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

Unified Diff: third_party/WebKit/Source/platform/audio/AudioDelayDSPKernel.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/platform/audio/AudioDelayDSPKernel.h
diff --git a/third_party/WebKit/Source/platform/audio/AudioDelayDSPKernel.h b/third_party/WebKit/Source/platform/audio/AudioDelayDSPKernel.h
index 57a560f19222744a0dd6a18a5afc0a7b6d240965..c28e4360fc08e73b60f14249ac13df5c6362796a 100644
--- a/third_party/WebKit/Source/platform/audio/AudioDelayDSPKernel.h
+++ b/third_party/WebKit/Source/platform/audio/AudioDelayDSPKernel.h
@@ -48,6 +48,7 @@ class PLATFORM_EXPORT AudioDelayDSPKernel : public AudioDSPKernel {
double TailTime() const override;
double LatencyTime() const override;
+ bool RequiresTailProcessing() const override;
protected:
AudioDelayDSPKernel(AudioDSPKernelProcessor*,

Powered by Google App Engine
This is Rietveld 408576698