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

Unified Diff: third_party/WebKit/Source/modules/webaudio/AudioBasicProcessorHandler.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/AudioBasicProcessorHandler.h
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioBasicProcessorHandler.h b/third_party/WebKit/Source/modules/webaudio/AudioBasicProcessorHandler.h
index 90bdb9811eb465231291a1190e0b34750d8c1af1..f958c012c73ef4f5f5dff5b03cb5efb9ef1982b8 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 processOnlyAudioParams(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