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

Unified Diff: modules/webaudio/AudioParam.idl

Issue 581453002: Dartium Roll 38 roll (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Sync'd w/ r 182210 Created 6 years, 3 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/AudioBufferSourceNode.idl ('k') | modules/webdatabase/WorkerGlobalScopeWebDatabase.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/webaudio/AudioParam.idl
diff --git a/modules/webaudio/AudioParam.idl b/modules/webaudio/AudioParam.idl
index 95d90e221d7197fe3df27f3307af800004b416dc..e612201edc5be175d6a4ad67afcb77a48a0e8672 100644
--- a/modules/webaudio/AudioParam.idl
+++ b/modules/webaudio/AudioParam.idl
@@ -31,15 +31,8 @@
Conditional=WEB_AUDIO
] interface AudioParam {
attribute float value;
- readonly attribute float minValue;
- readonly attribute float maxValue;
readonly attribute float defaultValue;
- readonly attribute DOMString name;
-
- // FIXME: Could define units constants here (seconds, decibels, cents, etc.)...
- readonly attribute unsigned short units;
-
// Parameter automation.
void setValueAtTime(float value, double time);
void linearRampToValueAtTime(float value, double time);
« no previous file with comments | « modules/webaudio/AudioBufferSourceNode.idl ('k') | modules/webdatabase/WorkerGlobalScopeWebDatabase.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698