| Index: third_party/WebKit/Source/modules/webaudio/DefaultAudioDestinationNode.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/DefaultAudioDestinationNode.cpp b/third_party/WebKit/Source/modules/webaudio/DefaultAudioDestinationNode.cpp
|
| index f6f9c48cc2f7924c6f9148ed9c5f8a6dd623b376..d1b7bee0fa651a96a47a854c7d3ba469c70fa8b9 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/DefaultAudioDestinationNode.cpp
|
| +++ b/third_party/WebKit/Source/modules/webaudio/DefaultAudioDestinationNode.cpp
|
| @@ -103,6 +103,10 @@ unsigned long DefaultAudioDestinationHandler::maxChannelCount() const {
|
| return AudioDestination::maxChannelCount();
|
| }
|
|
|
| +size_t DefaultAudioDestinationHandler::callbackBufferSize() const {
|
| + return m_destination->callbackBufferSize();
|
| +}
|
| +
|
| void DefaultAudioDestinationHandler::setChannelCount(
|
| unsigned long channelCount,
|
| ExceptionState& exceptionState) {
|
|
|