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

Unified Diff: third_party/WebKit/Source/platform/exported/WebAudioDevice.cpp

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/Source/platform/exported/WebAudioDevice.cpp
diff --git a/third_party/WebKit/Source/platform/exported/WebAudioDevice.cpp b/third_party/WebKit/Source/platform/exported/WebAudioDevice.cpp
index 7b5aa7ccfe012c2f620e569bdceff18063aeb9a5..7994321d7830fed7660f2ff05bef9f3eaa933436 100644
--- a/third_party/WebKit/Source/platform/exported/WebAudioDevice.cpp
+++ b/third_party/WebKit/Source/platform/exported/WebAudioDevice.cpp
@@ -27,7 +27,6 @@
namespace blink {
void WebAudioDevice::RenderCallback::render(
- const WebVector<float*>& sourceData,
const WebVector<float*>& destinationData,
size_t numberOfFrames,
double delay,

Powered by Google App Engine
This is Rietveld 408576698