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

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

Issue 2713793004: Add dictionary for OfflineAudioContext constructor (Closed)
Patch Set: Rebase 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/OfflineAudioContext.idl
diff --git a/third_party/WebKit/Source/modules/webaudio/OfflineAudioContext.idl b/third_party/WebKit/Source/modules/webaudio/OfflineAudioContext.idl
index 0f0c82394cf7a02c751f6e354eb1b6aa6a19a565..92d713de756ac0c02017df1a9a0eeea51d3cd0b5 100644
--- a/third_party/WebKit/Source/modules/webaudio/OfflineAudioContext.idl
+++ b/third_party/WebKit/Source/modules/webaudio/OfflineAudioContext.idl
@@ -26,6 +26,7 @@
// See https://webaudio.github.io/web-audio-api/#OfflineAudioContext
[
Constructor(unsigned long numberOfChannels, unsigned long numberOfFrames, float sampleRate),
+ Constructor(OfflineAudioContextOptions options),
ConstructorCallWith=ExecutionContext,
RaisesException=Constructor,
Measure

Powered by Google App Engine
This is Rietveld 408576698