| Index: third_party/WebKit/Source/modules/webaudio/MediaStreamAudioSourceNode.h
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioSourceNode.h b/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioSourceNode.h
|
| index 2808b7550af61a85b024fc51008e1298f48483a6..a7711114691a031dc8282962ac38504d48a1984f 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioSourceNode.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioSourceNode.h
|
| @@ -27,7 +27,7 @@
|
| #define MediaStreamAudioSourceNode_h
|
|
|
| #include "modules/mediastream/MediaStream.h"
|
| -#include "modules/webaudio/AudioSourceNode.h"
|
| +#include "modules/webaudio/AudioNode.h"
|
| #include "platform/audio/AudioSourceProvider.h"
|
| #include "platform/audio/AudioSourceProviderClient.h"
|
| #include "wtf/PassRefPtr.h"
|
| @@ -80,7 +80,7 @@ class MediaStreamAudioSourceHandler final : public AudioHandler {
|
| unsigned m_sourceNumberOfChannels;
|
| };
|
|
|
| -class MediaStreamAudioSourceNode final : public AudioSourceNode,
|
| +class MediaStreamAudioSourceNode final : public AudioNode,
|
| public AudioSourceProviderClient {
|
| DEFINE_WRAPPERTYPEINFO();
|
| USING_GARBAGE_COLLECTED_MIXIN(MediaStreamAudioSourceNode);
|
|
|