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

Unified Diff: third_party/WebKit/Source/modules/webaudio/OscillatorNode.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/OscillatorNode.idl
diff --git a/third_party/WebKit/Source/modules/webaudio/OscillatorNode.idl b/third_party/WebKit/Source/modules/webaudio/OscillatorNode.idl
index 40e648e0b7b9e7dfd8b6f73ea63347712d607620..117e4ddb73ad5a72c5442e2123a52380f856d435 100644
--- a/third_party/WebKit/Source/modules/webaudio/OscillatorNode.idl
+++ b/third_party/WebKit/Source/modules/webaudio/OscillatorNode.idl
@@ -37,6 +37,7 @@ enum OscillatorType {
Constructor(BaseAudioContext context, optional OscillatorOptions options),
RaisesException=Constructor,
ActiveScriptWrappable,
+ Measure
]
interface OscillatorNode : AudioSourceNode {

Powered by Google App Engine
This is Rietveld 408576698