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

Unified Diff: Source/modules/webaudio/StereoPannerNode.idl

Issue 691143007: Implement StereoPannerNode for robust stereo panning (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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 | « Source/modules/webaudio/StereoPannerNode.cpp ('k') | Source/platform/audio/Spatializer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webaudio/StereoPannerNode.idl
diff --git a/Source/core/frame/NavigatorCPU.idl b/Source/modules/webaudio/StereoPannerNode.idl
similarity index 63%
copy from Source/core/frame/NavigatorCPU.idl
copy to Source/modules/webaudio/StereoPannerNode.idl
index 8ec502c58fcc58b61fca0728c16f90bbf480196a..74f23549179a8a48f61674559f61a7e4f510fe16 100644
--- a/Source/core/frame/NavigatorCPU.idl
+++ b/Source/modules/webaudio/StereoPannerNode.idl
@@ -4,6 +4,9 @@
[
NoInterfaceObject,
-] interface NavigatorCPU {
- readonly attribute unsigned long hardwareConcurrency;
-};
+ Conditional=WEB_AUDIO
+] interface StereoPannerNode : AudioNode {
+
+ readonly attribute AudioParam pan;
+
+};
« no previous file with comments | « Source/modules/webaudio/StereoPannerNode.cpp ('k') | Source/platform/audio/Spatializer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698