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