| Index: third_party/WebKit/Source/modules/webaudio/MediaElementAudioSourceNode.h
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/MediaElementAudioSourceNode.h b/third_party/WebKit/Source/modules/webaudio/MediaElementAudioSourceNode.h
|
| index 74ad15612593a6c4c208be7d1bb05b96a50684cd..1a855674e3858ac78d6fbcf21f5514fbcfbc8e8a 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/MediaElementAudioSourceNode.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/MediaElementAudioSourceNode.h
|
| @@ -26,7 +26,7 @@
|
| #ifndef MediaElementAudioSourceNode_h
|
| #define MediaElementAudioSourceNode_h
|
|
|
| -#include "modules/webaudio/AudioSourceNode.h"
|
| +#include "modules/webaudio/AudioNode.h"
|
| #include "platform/audio/AudioSourceProviderClient.h"
|
| #include "platform/audio/MultiChannelResampler.h"
|
| #include "wtf/PassRefPtr.h"
|
| @@ -101,7 +101,7 @@ class MediaElementAudioSourceHandler final : public AudioHandler {
|
| String m_currentSrcString;
|
| };
|
|
|
| -class MediaElementAudioSourceNode final : public AudioSourceNode,
|
| +class MediaElementAudioSourceNode final : public AudioNode,
|
| public AudioSourceProviderClient {
|
| DEFINE_WRAPPERTYPEINFO();
|
| USING_GARBAGE_COLLECTED_MIXIN(MediaElementAudioSourceNode);
|
|
|