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

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

Issue 2578243002: Add constructor for MediaStreamAudioDestinationNode (Closed)
Patch Set: Rebase Created 4 years 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/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:

Powered by Google App Engine
This is Rietveld 408576698