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

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

Issue 2102133002: Add constructors for WebAudio nodes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update files to the right GN files. Created 4 years, 3 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/GainOptions.idl
diff --git a/chrome/browser/resources/settings/people_page/pin_keyboard.js b/third_party/WebKit/Source/modules/webaudio/GainOptions.idl
similarity index 72%
copy from chrome/browser/resources/settings/people_page/pin_keyboard.js
copy to third_party/WebKit/Source/modules/webaudio/GainOptions.idl
index 2d63b6558799326c6be72b14460d30cab50f7042..4d2238b2bf036a11aae56ad984bf7fc29377f7b6 100644
--- a/chrome/browser/resources/settings/people_page/pin_keyboard.js
+++ b/third_party/WebKit/Source/modules/webaudio/GainOptions.idl
@@ -2,4 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-<include src="../../chromeos/quick_unlock/pin_keyboard.js">
+dictionary GainOptions : AudioNodeOptions {
+ float gain;
+};

Powered by Google App Engine
This is Rietveld 408576698