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

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

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/WindowAudioWorklet.idl
diff --git a/third_party/WebKit/Source/modules/webaudio/WindowAudioWorklet.idl b/third_party/WebKit/Source/modules/webaudio/WindowAudioWorklet.idl
index 5ab9930218ade68e528e5364a3f108a42720f33d..cbe7550fc1495fdedc4245b638834c962b437be1 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