| Index: third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.h
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.h b/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.h
|
| index ee6e7f112aefc1813cdf4e3c4efe39ed166ebbe7..a987ff3d6f26ac1f7d30254c058d8bd0e2462079 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.h
|
| @@ -76,6 +76,10 @@ class MediaStreamAudioDestinationNode final : public AudioBasicInspectorNode {
|
| static MediaStreamAudioDestinationNode* create(BaseAudioContext&,
|
| size_t numberOfChannels,
|
| ExceptionState&);
|
| + static MediaStreamAudioDestinationNode* create(BaseAudioContext*,
|
| + const AudioNodeOptions&,
|
| + ExceptionState&);
|
| +
|
| MediaStream* stream() const;
|
|
|
| private:
|
|
|