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

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
Index: Source/modules/webaudio/StereoPannerNode.idl
diff --git a/Source/core/animation/AnimationEffect.idl b/Source/modules/webaudio/StereoPannerNode.idl
similarity index 63%
copy from Source/core/animation/AnimationEffect.idl
copy to Source/modules/webaudio/StereoPannerNode.idl
index f5dc6ce2f5788ac2b080b806ce9f3afba8188b3f..74f23549179a8a48f61674559f61a7e4f510fe16 100644
--- a/Source/core/animation/AnimationEffect.idl
+++ b/Source/modules/webaudio/StereoPannerNode.idl
@@ -3,8 +3,10 @@
// found in the LICENSE file.
[
- RuntimeEnabled=WebAnimationsAPI,
NoInterfaceObject,
- WillBeGarbageCollected
-] interface AnimationEffect {
-};
+ Conditional=WEB_AUDIO
+] interface StereoPannerNode : AudioNode {
+
+ readonly attribute AudioParam pan;
+
+};

Powered by Google App Engine
This is Rietveld 408576698