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

Unified Diff: third_party/WebKit/Source/modules/webaudio/StereoPannerOptions.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/StereoPannerOptions.idl
diff --git a/third_party/WebKit/Source/modules/webaudio/StereoPannerOptions.idl b/third_party/WebKit/Source/modules/webaudio/StereoPannerOptions.idl
index b8c11eb300c6bdf9bc099084318a88a4d76c0a77..87713a0f0a06df6816cbb6fcab9afd02c8311261 100644
--- a/third_party/WebKit/Source/modules/webaudio/StereoPannerOptions.idl
+++ b/third_party/WebKit/Source/modules/webaudio/StereoPannerOptions.idl
@@ -4,5 +4,5 @@
// See https://webaudio.github.io/web-audio-api/#stereopanneroptions
dictionary StereoPannerOptions : AudioNodeOptions {
- float pan;
+ float pan = 0;
};

Powered by Google App Engine
This is Rietveld 408576698