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

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

Issue 2420983002: AudioParams with automations must process timelines (Closed)
Patch Set: Fix paths. Created 3 years, 11 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/DelayDSPKernel.h
diff --git a/third_party/WebKit/Source/modules/webaudio/DelayDSPKernel.h b/third_party/WebKit/Source/modules/webaudio/DelayDSPKernel.h
index 5c3a5d9bd388460c74f239b5c9c00cb62e4b374c..46deb06641810e2751472009ef71337ad360c973 100644
--- a/third_party/WebKit/Source/modules/webaudio/DelayDSPKernel.h
+++ b/third_party/WebKit/Source/modules/webaudio/DelayDSPKernel.h
@@ -43,6 +43,8 @@ class DelayDSPKernel final : public AudioDelayDSPKernel {
size_t framesToProcess) override;
double delayTime(float sampleRate) override;
+ void processOnlyAudioParams(size_t framesToProcess) override;
+
private:
DelayProcessor* getDelayProcessor() {
return static_cast<DelayProcessor*>(processor());

Powered by Google App Engine
This is Rietveld 408576698