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

Unified Diff: third_party/WebKit/Source/platform/audio/AudioDSPKernel.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/AudioDSPKernel.h
diff --git a/third_party/WebKit/Source/platform/audio/AudioDSPKernel.h b/third_party/WebKit/Source/platform/audio/AudioDSPKernel.h
index 5d573dc0c39df35794f510bf043941a10d48eb84..5e494c5753dbf6da89d5f1ab44badc30adeba422 100644
--- a/third_party/WebKit/Source/platform/audio/AudioDSPKernel.h
+++ b/third_party/WebKit/Source/platform/audio/AudioDSPKernel.h
@@ -70,6 +70,7 @@ class PLATFORM_EXPORT AudioDSPKernel {
virtual double TailTime() const = 0;
virtual double LatencyTime() const = 0;
+ virtual bool RequiresTailProcessing() const = 0;
protected:
// This raw pointer is safe because the AudioDSPKernelProcessor object is

Powered by Google App Engine
This is Rietveld 408576698