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

Unified Diff: third_party/WebKit/Source/modules/webaudio/AudioWorkletProcessor.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/AudioWorkletProcessor.idl
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioWorkletProcessor.idl b/third_party/WebKit/Source/modules/webaudio/AudioWorkletProcessor.idl
index 2ebdb17d0ecad7e7cd35de26e620cd1089624b16..cbeb51397a66e85472e86c08cd216603a41bb66b 100644
--- a/third_party/WebKit/Source/modules/webaudio/AudioWorkletProcessor.idl
+++ b/third_party/WebKit/Source/modules/webaudio/AudioWorkletProcessor.idl
@@ -10,7 +10,5 @@
RuntimeEnabled=AudioWorklet
] interface AudioWorkletProcessor {
// TODO(hongchan): implement spec features.
- // readonly attribute AudioContextInfo contextInfo;
- // attribute EventHandler onnodedata;
- // void sendData(any data);
+ // AudioContextInfo getContextInfo();
};

Powered by Google App Engine
This is Rietveld 408576698