| 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,
|
|
|