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

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

Issue 2491653002: Add constructors for WebAudio events (Closed)
Patch Set: Remove unnecessary blank lines Created 4 years 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/OfflineAudioCompletionEvent.idl
diff --git a/third_party/WebKit/Source/modules/webaudio/OfflineAudioCompletionEvent.idl b/third_party/WebKit/Source/modules/webaudio/OfflineAudioCompletionEvent.idl
index f2bd91e98d642541ccfde97a6cbfb4f50b06fdad..4aed122f98948826e7148532d2a24e3677dd636f 100644
--- a/third_party/WebKit/Source/modules/webaudio/OfflineAudioCompletionEvent.idl
+++ b/third_party/WebKit/Source/modules/webaudio/OfflineAudioCompletionEvent.idl
@@ -24,6 +24,9 @@
*/
// See https://webaudio.github.io/web-audio-api/#OfflineAudioCompletionEvent
+[
+ Constructor(DOMString type, OfflineAudioCompletionEventInit eventInitDict)
+]
interface OfflineAudioCompletionEvent : Event {
readonly attribute AudioBuffer renderedBuffer;
};

Powered by Google App Engine
This is Rietveld 408576698