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

Unified Diff: third_party/WebKit/Source/modules/webaudio/StereoPannerOptions.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. 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/StereoPannerOptions.idl
diff --git a/ash/resources/vector_icons/system_menu_arrow_right.icon b/third_party/WebKit/Source/modules/webaudio/StereoPannerOptions.idl
similarity index 54%
copy from ash/resources/vector_icons/system_menu_arrow_right.icon
copy to third_party/WebKit/Source/modules/webaudio/StereoPannerOptions.idl
index 2dc5eacc3a79e1e4880ceaecf0c1d59e37779b57..b8c11eb300c6bdf9bc099084318a88a4d76c0a77 100644
--- a/ash/resources/vector_icons/system_menu_arrow_right.icon
+++ b/third_party/WebKit/Source/modules/webaudio/StereoPannerOptions.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/#stereopanneroptions
+dictionary StereoPannerOptions : AudioNodeOptions {
+ float pan;
+};

Powered by Google App Engine
This is Rietveld 408576698