Title: [135050] trunk/Source/WebCore
Revision
135050
Author
commit-qu...@webkit.org
Date
2012-11-17 12:06:15 -0800 (Sat, 17 Nov 2012)

Log Message

Remove coneGain and distanceGain attributes from PannerNode.idl
https://bugs.webkit.org/show_bug.cgi?id=102343

Patch by Li Yin <li....@intel.com> on 2012-11-17
Reviewed by Chris Rogers.

Removing .coneGain and .distanceGain as publicly accessible values,
since normally they only need to be calculated internally.

No changes to tests, since these attributes were not tested and are being removed.

* Modules/webaudio/PannerNode.idl:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (135049 => 135050)


--- trunk/Source/WebCore/ChangeLog	2012-11-17 19:58:47 UTC (rev 135049)
+++ trunk/Source/WebCore/ChangeLog	2012-11-17 20:06:15 UTC (rev 135050)
@@ -1,3 +1,17 @@
+2012-11-17  Li Yin  <li....@intel.com>
+
+        Remove coneGain and distanceGain attributes from PannerNode.idl
+        https://bugs.webkit.org/show_bug.cgi?id=102343
+
+        Reviewed by Chris Rogers.
+
+        Removing .coneGain and .distanceGain as publicly accessible values,
+        since normally they only need to be calculated internally.
+
+        No changes to tests, since these attributes were not tested and are being removed.
+
+        * Modules/webaudio/PannerNode.idl:
+
 2012-11-17  Balazs Kelemen  <kbal...@webkit.org>
 
         [Coordinated Graphics] Resumed animations leave an obsolate GraphicsLayerAnimation behind

Modified: trunk/Source/WebCore/Modules/webaudio/PannerNode.idl (135049 => 135050)


--- trunk/Source/WebCore/Modules/webaudio/PannerNode.idl	2012-11-17 19:58:47 UTC (rev 135049)
+++ trunk/Source/WebCore/Modules/webaudio/PannerNode.idl	2012-11-17 20:06:15 UTC (rev 135050)
@@ -57,8 +57,4 @@
     attribute float coneInnerAngle;
     attribute float coneOuterAngle;
     attribute float coneOuterGain;
-
-    // Dynamically calculated gain values          
-    readonly attribute AudioGain coneGain;
-    readonly attribute AudioGain distanceGain;
 };
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to