| Index: third_party/WebKit/Source/modules/webaudio/AudioDestinationNode.h
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/AudioDestinationNode.h b/third_party/WebKit/Source/modules/webaudio/AudioDestinationNode.h
|
| index 9fae8b64a98f5eabc5a816531308459b9b8f0254..e81de1865a37da52b3fd2f2dafc10a1c126bca07 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/AudioDestinationNode.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/AudioDestinationNode.h
|
| @@ -51,7 +51,8 @@ class AudioDestinationHandler : public AudioHandler, public AudioIOCallback {
|
| // sourceBus (if it's not 0).
|
| void render(AudioBus* sourceBus,
|
| AudioBus* destinationBus,
|
| - size_t numberOfFrames) final;
|
| + size_t numberOfFrames,
|
| + const AudioIOPosition& outputPosition) final;
|
|
|
| size_t currentSampleFrame() const {
|
| return acquireLoad(&m_currentSampleFrame);
|
|
|