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

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

Issue 2760353002: Define default values for options dictionaries for WebAudio (Closed)
Patch Set: Rebase Created 3 years, 8 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/DelayOptions.idl
diff --git a/third_party/WebKit/Source/modules/webaudio/DelayOptions.idl b/third_party/WebKit/Source/modules/webaudio/DelayOptions.idl
index bd17286a43082ebf83c9fcc3b1a241ccb69d2615..9ace73fe89dcd64aae027dbbb974a1b8ff1c7d3b 100644
--- a/third_party/WebKit/Source/modules/webaudio/DelayOptions.idl
+++ b/third_party/WebKit/Source/modules/webaudio/DelayOptions.idl
@@ -5,5 +5,5 @@
// See https://webaudio.github.io/web-audio-api/#delayoptions
dictionary DelayOptions : AudioNodeOptions {
double maxDelayTime = 1;
- double delayTime;
+ double delayTime = 0;
};

Powered by Google App Engine
This is Rietveld 408576698