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

Unified Diff: third_party/WebKit/Source/modules/webaudio/PannerNode.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/PannerNode.h
diff --git a/third_party/WebKit/Source/modules/webaudio/PannerNode.h b/third_party/WebKit/Source/modules/webaudio/PannerNode.h
index 90eb184eba2b1d18481efb085daaa14734ca6c90..1e94b28cc6a1cd4c9aa731e8852820bf6e830030 100644
--- a/third_party/WebKit/Source/modules/webaudio/PannerNode.h
+++ b/third_party/WebKit/Source/modules/webaudio/PannerNode.h
@@ -75,6 +75,7 @@ class PannerHandler final : public AudioHandler {
void processSampleAccurateValues(AudioBus* destination,
const AudioBus* source,
size_t framesToProcess);
+ void processAudioParams(size_t framesToProcess) override;
void initialize() override;
void uninitialize() override;

Powered by Google App Engine
This is Rietveld 408576698