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

Unified Diff: third_party/WebKit/Source/modules/webaudio/GainNode.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/GainNode.idl
diff --git a/third_party/WebKit/Source/modules/webaudio/GainNode.idl b/third_party/WebKit/Source/modules/webaudio/GainNode.idl
index 5de1b8d10deee15b11d677aa28273e8f373c3d59..74eb6c17dc5b05bd85ac2f7c9b7364cca4783bc2 100644
--- a/third_party/WebKit/Source/modules/webaudio/GainNode.idl
+++ b/third_party/WebKit/Source/modules/webaudio/GainNode.idl
@@ -27,6 +27,7 @@
[
Constructor(BaseAudioContext context, optional GainOptions options),
RaisesException=Constructor,
+ Measure
]
interface GainNode : AudioNode {
// FIXME: eventually it will be interesting to remove the readonly restriction, but need to properly deal with thread safety here.

Powered by Google App Engine
This is Rietveld 408576698