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

Unified Diff: third_party/WebCore/Modules/webaudio/PannerNode.idl

Issue 12316066: Update WebKit idl files after chrome roll (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove deltaMode from WheelEvent template. Created 7 years, 10 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
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;
};

Powered by Google App Engine
This is Rietveld 408576698