Chromium Code Reviews

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

Issue 2102133002: Add constructors for WebAudio nodes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and prefix use counter names with WebAudio Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/modules/webaudio/PeriodicWaveConstraints.idl
diff --git a/third_party/WebKit/Source/modules/webaudio/PeriodicWaveConstraints.idl b/third_party/WebKit/Source/modules/webaudio/PeriodicWaveConstraints.idl
index 9203b69b699378e3840ffec1b2f6a57984158487..950ce166ce174173639414db82e0863d652cac6b 100644
--- a/third_party/WebKit/Source/modules/webaudio/PeriodicWaveConstraints.idl
+++ b/third_party/WebKit/Source/modules/webaudio/PeriodicWaveConstraints.idl
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+// See https://webaudio.github.io/web-audio-api/#periodicwaveconstraints
dictionary PeriodicWaveConstraints {
boolean disableNormalization;
};

Powered by Google App Engine