Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Unified Diff: third_party/WebKit/Source/modules/webaudio/MediaStreamAudioSourceNode.h

Issue 2621923003: Remove AudioSourceNode class (Closed)
Patch Set: Rebase Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698