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

Unified Diff: third_party/WebKit/Source/modules/webaudio/WindowAudioWorklet.idl

Issue 2793593002: AudioWorklet prototype
Patch Set: Merge changes, AudioParam bug fix Created 3 years, 5 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/WindowAudioWorklet.idl
diff --git a/third_party/WebKit/Source/modules/webaudio/WindowAudioWorklet.idl b/third_party/WebKit/Source/modules/webaudio/WindowAudioWorklet.idl
index 5351a6dac94aad3756a4fe8b5c4d4b1e8491f859..f8617e3490ed143b1d42d04e59ed8ae3a74966d5 100644
--- a/third_party/WebKit/Source/modules/webaudio/WindowAudioWorklet.idl
+++ b/third_party/WebKit/Source/modules/webaudio/WindowAudioWorklet.idl
@@ -4,8 +4,11 @@
// https://webaudio.github.io/web-audio-api/#AudioWorklet
+// TODO(hongchan): this partial IDL must be removed when AudioWorklet is shipped
+// officially.
[
RuntimeEnabled=AudioWorklet
] partial interface Window {
readonly attribute Worklet audioWorklet;
+ attribute AudioWorkletNodeConstructor AudioWorkletNode;
};

Powered by Google App Engine
This is Rietveld 408576698