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

Unified Diff: third_party/WebKit/Source/modules/webaudio/MediaStreamAudioSourceNode.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/MediaStreamAudioSourceNode.idl
diff --git a/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioSourceNode.idl b/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioSourceNode.idl
index d056e1ab5e3d50a8c629f26dfa9ed384be400abc..aff009ff30c2f42f4edefc18732baedc52f375c1 100644
--- a/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioSourceNode.idl
+++ b/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioSourceNode.idl
@@ -27,6 +27,7 @@
[
Constructor(BaseAudioContext context, MediaStreamAudioSourceOptions options),
RaisesException=Constructor,
+ Measure
]
interface MediaStreamAudioSourceNode : AudioSourceNode {
[ImplementedAs=getMediaStream] readonly attribute MediaStream mediaStream;

Powered by Google App Engine
This is Rietveld 408576698