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

Unified Diff: third_party/WebKit/Source/modules/webaudio/BiquadFilterNode.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/BiquadFilterNode.idl
diff --git a/third_party/WebKit/Source/modules/webaudio/BiquadFilterNode.idl b/third_party/WebKit/Source/modules/webaudio/BiquadFilterNode.idl
index 8e86237531a87e6d42ddbac97d00658429f9dda1..90f76ee4e71f583579640ddedc64640e06947476 100644
--- a/third_party/WebKit/Source/modules/webaudio/BiquadFilterNode.idl
+++ b/third_party/WebKit/Source/modules/webaudio/BiquadFilterNode.idl
@@ -38,6 +38,7 @@ enum BiquadFilterType {
[
Constructor(BaseAudioContext context, optional BiquadFilterOptions options),
RaisesException=Constructor,
+ Measure
]
interface BiquadFilterNode : AudioNode {
attribute BiquadFilterType type;

Powered by Google App Engine
This is Rietveld 408576698