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

Unified Diff: third_party/WebKit/Source/modules/webaudio/WaveShaperOptions.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/WaveShaperOptions.idl
diff --git a/third_party/WebKit/Source/modules/webaudio/WaveShaperOptions.idl b/third_party/WebKit/Source/modules/webaudio/WaveShaperOptions.idl
index c671a57cfcf2ebf0d39f6002df43555ca9cf4eb6..c004b3f1efbd7b8b322a7e469fb9631d1b897e9a 100644
--- a/third_party/WebKit/Source/modules/webaudio/WaveShaperOptions.idl
+++ b/third_party/WebKit/Source/modules/webaudio/WaveShaperOptions.idl
@@ -5,5 +5,5 @@
// https://webaudio.github.io/web-audio-api/#waveshaperoptions
dictionary WaveShaperOptions : AudioNodeOptions {
sequence<float> curve;
- OverSampleType oversample;
+ OverSampleType oversample = "none";
};

Powered by Google App Engine
This is Rietveld 408576698