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

Unified Diff: third_party/WebKit/Source/modules/webaudio/DelayNode.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/DelayNode.idl
diff --git a/third_party/WebKit/Source/modules/webaudio/DelayNode.idl b/third_party/WebKit/Source/modules/webaudio/DelayNode.idl
index 9167a99fefe18e6d8af166af6b976c57110b0a3f..cc9d24c764299adb371360cb48ad933be6c07b4b 100644
--- a/third_party/WebKit/Source/modules/webaudio/DelayNode.idl
+++ b/third_party/WebKit/Source/modules/webaudio/DelayNode.idl
@@ -27,6 +27,7 @@
[
Constructor(BaseAudioContext context, optional DelayOptions options),
RaisesException=Constructor,
+ Measure
]
interface DelayNode : AudioNode {
readonly attribute AudioParam delayTime;

Powered by Google App Engine
This is Rietveld 408576698