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

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

Issue 2471353004: Implement AudioScheduledSourceNode (Closed)
Patch Set: Rebase Created 4 years, 1 month 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/OscillatorNode.h
diff --git a/third_party/WebKit/Source/modules/webaudio/OscillatorNode.h b/third_party/WebKit/Source/modules/webaudio/OscillatorNode.h
index bc8df7236c01012999437172d2114fcdd1b1d46e..d6381d92213070d31c6856b4168770763ec12904 100644
--- a/third_party/WebKit/Source/modules/webaudio/OscillatorNode.h
+++ b/third_party/WebKit/Source/modules/webaudio/OscillatorNode.h
@@ -101,6 +101,7 @@ class OscillatorHandler final : public AudioScheduledSourceHandler {
};
class OscillatorNode final : public AudioScheduledSourceNode {
+ USING_GARBAGE_COLLECTED_MIXIN(OscillatorNode);
DEFINE_WRAPPERTYPEINFO();
public:

Powered by Google App Engine
This is Rietveld 408576698