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

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

Issue 2793593002: AudioWorklet prototype
Patch Set: Rebase after ThreadedWorkletMessaginProxy change Created 3 years, 7 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: third_party/WebKit/Source/modules/webaudio/AudioNode.h
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioNode.h b/third_party/WebKit/Source/modules/webaudio/AudioNode.h
index 7deea479282401611eb78fa722afef5b1178841e..bff3ee3533553f66a99b3e9e3ecf75440eaf4cca 100644
--- a/third_party/WebKit/Source/modules/webaudio/AudioNode.h
+++ b/third_party/WebKit/Source/modules/webaudio/AudioNode.h
@@ -95,7 +95,8 @@ class MODULES_EXPORT AudioHandler : public ThreadSafeRefCounted<AudioHandler> {
kNodeTypeWaveShaper = 18,
kNodeTypeIIRFilter = 19,
kNodeTypeConstantSource = 20,
- kNodeTypeEnd = 21
+ kNodeTypeAudioWorklet = 21,
+ kNodeTypeEnd = 22
};
AudioHandler(NodeType, AudioNode&, float sample_rate);

Powered by Google App Engine
This is Rietveld 408576698