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

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

Issue 2581813002: Measure WebAudio node constructor usage (Closed)
Patch Set: Rebase Created 4 years 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/WebKit/Source/modules/webaudio/DynamicsCompressorNode.idl
diff --git a/third_party/WebKit/Source/modules/webaudio/DynamicsCompressorNode.idl b/third_party/WebKit/Source/modules/webaudio/DynamicsCompressorNode.idl
index 25a813cce0bbc7150bf798bf9aea805988c070cd..1aee71178d706f96ab3012d858c9a3cd63909f5b 100644
--- a/third_party/WebKit/Source/modules/webaudio/DynamicsCompressorNode.idl
+++ b/third_party/WebKit/Source/modules/webaudio/DynamicsCompressorNode.idl
@@ -27,6 +27,7 @@
[
Constructor(BaseAudioContext context, optional DynamicsCompressorOptions options),
RaisesException=Constructor,
+ Measure
]
interface DynamicsCompressorNode : AudioNode {
readonly attribute AudioParam threshold; // in Decibels
« no previous file with comments | « third_party/WebKit/Source/modules/webaudio/DelayNode.idl ('k') | third_party/WebKit/Source/modules/webaudio/GainNode.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698