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

Unified Diff: third_party/WebKit/Source/modules/webaudio/ConstantSourceNode.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/ConstantSourceNode.h
diff --git a/third_party/WebKit/Source/modules/webaudio/ConstantSourceNode.h b/third_party/WebKit/Source/modules/webaudio/ConstantSourceNode.h
index e6d1699f3c40179e18af08bf0bd9e3222822cb1e..bd4a7812857275da8d1a22646178a2413ec6e17e 100644
--- a/third_party/WebKit/Source/modules/webaudio/ConstantSourceNode.h
+++ b/third_party/WebKit/Source/modules/webaudio/ConstantSourceNode.h
@@ -43,6 +43,7 @@ class ConstantSourceHandler final : public AudioScheduledSourceHandler {
};
class ConstantSourceNode final : public AudioScheduledSourceNode {
+ USING_GARBAGE_COLLECTED_MIXIN(ConstantSourceNode);
hongchan 2016/12/01 00:11:22 Just curious - so this only can be set up in the t
Raymond Toy 2016/12/01 18:48:32 Removed here and for OscillatorNode. I will have
DEFINE_WRAPPERTYPEINFO();
public:

Powered by Google App Engine
This is Rietveld 408576698