| Index: third_party/WebCore/Modules/webaudio/PannerNode.idl
|
| diff --git a/third_party/WebCore/Modules/webaudio/PannerNode.idl b/third_party/WebCore/Modules/webaudio/PannerNode.idl
|
| index ac4cddd710e1039854ed9474a3e7a85cae757711..36616cc8b703600e3b5ca2d6fdded9fd99919191 100644
|
| --- a/third_party/WebCore/Modules/webaudio/PannerNode.idl
|
| +++ b/third_party/WebCore/Modules/webaudio/PannerNode.idl
|
| @@ -47,12 +47,12 @@
|
| // Distance model
|
| [CustomSetter] attribute DOMString distanceModel;
|
|
|
| - attribute float refDistance;
|
| - attribute float maxDistance;
|
| - attribute float rolloffFactor;
|
| + attribute double refDistance;
|
| + attribute double maxDistance;
|
| + attribute double rolloffFactor;
|
|
|
| // Directional sound cone
|
| - attribute float coneInnerAngle;
|
| - attribute float coneOuterAngle;
|
| - attribute float coneOuterGain;
|
| + attribute double coneInnerAngle;
|
| + attribute double coneOuterAngle;
|
| + attribute double coneOuterGain;
|
| };
|
|
|