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

Unified Diff: third_party/WebKit/Source/modules/webaudio/PannerOptions.idl

Issue 2536603003: Some PannerOptions dictionary members should be doubles (Closed)
Patch Set: Created 4 years, 1 month 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 | « third_party/WebKit/LayoutTests/webaudio/constructor/panner.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/webaudio/PannerOptions.idl
diff --git a/third_party/WebKit/Source/modules/webaudio/PannerOptions.idl b/third_party/WebKit/Source/modules/webaudio/PannerOptions.idl
index 312ee747e5eb26b2d789ebc05f3a81b70d31f316..f7f5b1a2f5e920751e65c4dfb7dff3bf8ebfcbb4 100644
--- a/third_party/WebKit/Source/modules/webaudio/PannerOptions.idl
+++ b/third_party/WebKit/Source/modules/webaudio/PannerOptions.idl
@@ -14,10 +14,10 @@ dictionary PannerOptions : AudioNodeOptions {
float orientationY;
float orientationZ;
- float refDistance;
- float maxDistance;
- float rolloffFactor;
- float coneInnerAngle;
- float coneOuterAngle;
- float coneOuterGain;
+ double refDistance;
+ double maxDistance;
+ double rolloffFactor;
+ double coneInnerAngle;
+ double coneOuterAngle;
+ double coneOuterGain;
};
« no previous file with comments | « third_party/WebKit/LayoutTests/webaudio/constructor/panner.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698