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

Unified Diff: modules/webaudio/StereoPannerNode.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 years, 11 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
« no previous file with comments | « modules/webaudio/ScriptProcessorNode.idl ('k') | modules/webaudio/WaveShaperNode.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
+
+};
« no previous file with comments | « modules/webaudio/ScriptProcessorNode.idl ('k') | modules/webaudio/WaveShaperNode.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698