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

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

Issue 2134813002: Implement ConstantSourceNode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 2 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/ConstantSourceOptions.idl
diff --git a/ash/resources/vector_icons/system_menu_arrow_right.icon b/third_party/WebKit/Source/modules/webaudio/ConstantSourceOptions.idl
similarity index 56%
copy from ash/resources/vector_icons/system_menu_arrow_right.icon
copy to third_party/WebKit/Source/modules/webaudio/ConstantSourceOptions.idl
index 2dc5eacc3a79e1e4880ceaecf0c1d59e37779b57..5cd584c3173a5b8ef4376ba9e5308e0b9e351518 100644
--- a/ash/resources/vector_icons/system_menu_arrow_right.icon
+++ b/third_party/WebKit/Source/modules/webaudio/ConstantSourceOptions.idl
@@ -2,9 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-CANVAS_DIMENSIONS, 40,
-MOVE_TO, 16, 28,
-R_LINE_TO, 8, -8,
-R_LINE_TO, -8, -8,
-CLOSE,
-END
+// See https://webaudio.github.io/web-audio-api/#constantsourceoptions
+dictionary ConstantSourceOptions {
+ float offset = 1;
+};

Powered by Google App Engine
This is Rietveld 408576698