Index: modules/webaudio/StereoPannerNode.idl |
diff --git a/core/html/canvas/EXTShaderTextureLOD.idl b/modules/webaudio/StereoPannerNode.idl |
similarity index 63% |
copy from core/html/canvas/EXTShaderTextureLOD.idl |
copy to modules/webaudio/StereoPannerNode.idl |
index 975005a6a857790d975d747bf757a2d8de57f90a..74f23549179a8a48f61674559f61a7e4f510fe16 100644 |
--- a/core/html/canvas/EXTShaderTextureLOD.idl |
+++ b/modules/webaudio/StereoPannerNode.idl |
@@ -4,6 +4,9 @@ |
[ |
NoInterfaceObject, |
- WillBeGarbageCollected, |
-] interface EXTShaderTextureLOD { |
-}; |
+ Conditional=WEB_AUDIO |
+] interface StereoPannerNode : AudioNode { |
+ |
+ readonly attribute AudioParam pan; |
+ |
+}; |