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

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: 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
Index: third_party/WebKit/Source/modules/webaudio/PeriodicWaveConstraints.idl
diff --git a/chrome/test/data/extensions/api_test/executescript/http204/at_document_idle.js b/third_party/WebKit/Source/modules/webaudio/PeriodicWaveConstraints.idl
similarity index 67%
copy from chrome/test/data/extensions/api_test/executescript/http204/at_document_idle.js
copy to third_party/WebKit/Source/modules/webaudio/PeriodicWaveConstraints.idl
index 1f861002ca9a3357f948b33135629a0eb8b1e5b8..9cf6f16e5cb8152c1d1a5b858a90f6ec3a22efc4 100644
--- a/chrome/test/data/extensions/api_test/executescript/http204/at_document_idle.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.documentIdle = window.documentIdle ? documentIdle + 1 : 1;
+dictionary PeriodicWaveConstraints {
+ boolean disableNormalization = false;
+};

Powered by Google App Engine
This is Rietveld 408576698