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

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

Issue 2420983002: AudioParams with automations must process timelines (Closed)
Patch Set: Use kRenderQuantumFrames. Created 4 years, 1 month 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/AudioBasicProcessorHandler.h
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioBasicProcessorHandler.h b/third_party/WebKit/Source/modules/webaudio/AudioBasicProcessorHandler.h
index 90bdb9811eb465231291a1190e0b34750d8c1af1..9b5e20847d6b7f619c02691f2754ea2815fe5689 100644
--- a/third_party/WebKit/Source/modules/webaudio/AudioBasicProcessorHandler.h
+++ b/third_party/WebKit/Source/modules/webaudio/AudioBasicProcessorHandler.h
@@ -49,6 +49,7 @@ class MODULES_EXPORT AudioBasicProcessorHandler : public AudioHandler {
// AudioHandler
void process(size_t framesToProcess) final;
+ void processAudioParams(size_t framesToProcess) final;
void pullInputs(size_t framesToProcess) final;
void initialize() final;
void uninitialize() final;

Powered by Google App Engine
This is Rietveld 408576698