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

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

Issue 2471353004: Implement AudioScheduledSourceNode (Closed)
Patch Set: Update according to review 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/AudioBufferSourceNode.h
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.h b/third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.h
index 16b15388769489016d3029f7c2dd77f185e21951..f24643142d6d537a4db16c3a5b47c8082d2a5ad0 100644
--- a/third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.h
+++ b/third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.h
@@ -166,6 +166,7 @@ class AudioBufferSourceHandler final : public AudioScheduledSourceHandler {
};
class AudioBufferSourceNode final : public AudioScheduledSourceNode {
+ USING_GARBAGE_COLLECTED_MIXIN(AudioBufferSourceNode);
haraken 2016/12/03 02:06:58 We won't need this.
Raymond Toy 2016/12/05 16:44:54 Done.
DEFINE_WRAPPERTYPEINFO();
public:

Powered by Google App Engine
This is Rietveld 408576698