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

Unified Diff: third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.cpp

Issue 2623063002: Revert of Sub-sample accurate start of OscillatorNode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/AudioBufferSourceNode.cpp
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.cpp b/third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.cpp
index b2e57bd8cec438daa58e75502a281fdfcc8c45a4..4241c6b76edb32f28aff7a8e31c45eeabc8c5100 100644
--- a/third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.cpp
+++ b/third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.cpp
@@ -119,10 +119,9 @@
size_t quantumFrameOffset;
size_t bufferFramesToProcess;
- double startTimeOffset;
updateSchedulingInfo(framesToProcess, outputBus, quantumFrameOffset,
- bufferFramesToProcess, startTimeOffset);
+ bufferFramesToProcess);
if (!bufferFramesToProcess) {
outputBus->zero();

Powered by Google App Engine
This is Rietveld 408576698