| 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;
|
| +
|
| +};
|
|
|