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

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

Issue 1948653003: Add PeriodicWaveConstraints dictionary (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test failures Created 4 years, 7 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
« no previous file with comments | « third_party/WebKit/Source/modules/webaudio/AudioContext.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/webaudio/PeriodicWaveConstraints.idl
diff --git a/chrome/test/data/extensions/api_test/executescript/http204/at_document_end_unexpected.js b/third_party/WebKit/Source/modules/webaudio/PeriodicWaveConstraints.idl
similarity index 69%
copy from chrome/test/data/extensions/api_test/executescript/http204/at_document_end_unexpected.js
copy to third_party/WebKit/Source/modules/webaudio/PeriodicWaveConstraints.idl
index 456b59ee4528452a1b0a64916f9c64c360a0bd44..77e2702f15eb45219d5fb53246a792f59b116ab0 100644
--- a/chrome/test/data/extensions/api_test/executescript/http204/at_document_end_unexpected.js
+++ b/third_party/WebKit/Source/modules/webaudio/PeriodicWaveConstraints.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.
-window.didRunAtDocumentEndUnexpected = true;
+dictionary PeriodicWaveConstraints {
+ boolean disableNormalization;
+};
« no previous file with comments | « third_party/WebKit/Source/modules/webaudio/AudioContext.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698