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

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

Issue 478243002: bindings: Adds virtual ScriptWrappable::wrap method. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Synced. Created 6 years, 3 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: Source/modules/webaudio/MediaStreamAudioSourceNode.h
diff --git a/Source/modules/webaudio/MediaStreamAudioSourceNode.h b/Source/modules/webaudio/MediaStreamAudioSourceNode.h
index 40128c745ce1f7d15983acf5a6c378f53d8787d8..46e9581b60e14a770879f6a1a2d03fae2999ac92 100644
--- a/Source/modules/webaudio/MediaStreamAudioSourceNode.h
+++ b/Source/modules/webaudio/MediaStreamAudioSourceNode.h
@@ -40,6 +40,7 @@ namespace blink {
class AudioContext;
class MediaStreamAudioSourceNode FINAL : public AudioSourceNode, public AudioSourceProviderClient {
+ DEFINE_WRAPPERTYPEINFO();
USING_GARBAGE_COLLECTED_MIXIN(MediaStreamAudioSourceNode);
public:
static MediaStreamAudioSourceNode* create(AudioContext*, MediaStream*, MediaStreamTrack*, PassOwnPtr<AudioSourceProvider>);
« no previous file with comments | « Source/modules/webaudio/MediaStreamAudioDestinationNode.h ('k') | Source/modules/webaudio/OfflineAudioCompletionEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698