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

Unified Diff: third_party/WebKit/Source/modules/webaudio/WaveShaperNode.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/WaveShaperNode.idl
diff --git a/third_party/WebKit/Source/modules/webaudio/WaveShaperNode.idl b/third_party/WebKit/Source/modules/webaudio/WaveShaperNode.idl
index 723a9428de79d3ed799b86f1bb1e58307f860002..6289d545dddfb0d513bfaecf3302844116f69d1d 100644
--- a/third_party/WebKit/Source/modules/webaudio/WaveShaperNode.idl
+++ b/third_party/WebKit/Source/modules/webaudio/WaveShaperNode.idl
@@ -33,6 +33,7 @@ enum OverSampleType {
[
Constructor(BaseAudioContext context, optional WaveShaperOptions options),
RaisesException=Constructor,
+ Measure
]
interface WaveShaperNode : AudioNode {
[RaisesException=Setter] attribute Float32Array? curve;
« no previous file with comments | « third_party/WebKit/Source/modules/webaudio/StereoPannerNode.idl ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698