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

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

Issue 10211003: Roll IDL to multivm@439 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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 | « third_party/WebCore/Modules/indexeddb/IDBObjectStore.idl ('k') | third_party/WebCore/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/Modules/webaudio/DynamicsCompressorNode.idl
diff --git a/third_party/WebCore/Modules/webaudio/DynamicsCompressorNode.idl b/third_party/WebCore/Modules/webaudio/DynamicsCompressorNode.idl
index 60d64fda077e4ac170bc03c1ee96a3b2d8018b70..a2e35656bed3ec632bd8987701c5a5b5213b09de 100644
--- a/third_party/WebCore/Modules/webaudio/DynamicsCompressorNode.idl
+++ b/third_party/WebCore/Modules/webaudio/DynamicsCompressorNode.idl
@@ -31,5 +31,7 @@ module audio {
readonly attribute AudioParam knee; // in Decibels
readonly attribute AudioParam ratio; // unit-less
readonly attribute AudioParam reduction; // in Decibels
+ readonly attribute AudioParam attack; // in Seconds
+ readonly attribute AudioParam release; // in Seconds
};
}
« no previous file with comments | « third_party/WebCore/Modules/indexeddb/IDBObjectStore.idl ('k') | third_party/WebCore/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698