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

Unified Diff: third_party/WebKit/Source/modules/webaudio/ChannelSplitterNode.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/ChannelSplitterNode.idl
diff --git a/third_party/WebKit/Source/modules/webaudio/ChannelSplitterNode.idl b/third_party/WebKit/Source/modules/webaudio/ChannelSplitterNode.idl
index 90fc2ecdc477df312c9fcc154f5dffe5f2285387..c651a69fdb4ff52f264a89d3535e7ddcdea4a6c0 100644
--- a/third_party/WebKit/Source/modules/webaudio/ChannelSplitterNode.idl
+++ b/third_party/WebKit/Source/modules/webaudio/ChannelSplitterNode.idl
@@ -27,6 +27,7 @@
[
Constructor(BaseAudioContext context, optional ChannelSplitterOptions options),
RaisesException=Constructor,
+ Measure
]
interface ChannelSplitterNode : AudioNode {
};

Powered by Google App Engine
This is Rietveld 408576698