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

Unified Diff: third_party/WebKit/public/platform/WebAudioDevice.h

Issue 2590983003: Remove input/source components from AudioDestination (Closed)
Patch Set: Created 4 years 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/public/platform/WebAudioDevice.h
diff --git a/third_party/WebKit/public/platform/WebAudioDevice.h b/third_party/WebKit/public/platform/WebAudioDevice.h
index 1de0eba2a8153776058b86eec276cd70e4cd6392..d161d5b67d093980cab47713571ab4f4b892c551 100644
--- a/third_party/WebKit/public/platform/WebAudioDevice.h
+++ b/third_party/WebKit/public/platform/WebAudioDevice.h
@@ -43,8 +43,7 @@ class WebAudioDevice {
// measurements of the state of the system in the recent past. To be clear,
// |delay| does *not* represent the point-in-time at which the first
// rendered sample will be played out.
- virtual void render(const WebVector<float*>& sourceData,
- const WebVector<float*>& destinationData,
+ virtual void render(const WebVector<float*>& destinationData,
size_t numberOfFrames,
double delay, // Output delay in seconds.
double delayTimestamp, // System timestamp in seconds

Powered by Google App Engine
This is Rietveld 408576698