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

Unified Diff: third_party/WebKit/Source/modules/webaudio/MediaStreamAudioSourceOptions.idl

Issue 2431653003: Add constructor for MediaStreamAudioSourceNode (Closed)
Patch Set: Created 4 years, 2 months 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
« no previous file with comments | « third_party/WebKit/Source/modules/webaudio/MediaStreamAudioSourceNode.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/webaudio/MediaStreamAudioSourceOptions.idl
diff --git a/ash/public/interfaces/ash_window_type.mojom b/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioSourceOptions.idl
similarity index 51%
copy from ash/public/interfaces/ash_window_type.mojom
copy to third_party/WebKit/Source/modules/webaudio/MediaStreamAudioSourceOptions.idl
index 61f2c4d6435fb90668777035bb9cdeeb3fa4c3b7..7d74a79adc0cab1dcb08a54cf5100385438c3a5e 100644
--- a/ash/public/interfaces/ash_window_type.mojom
+++ b/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioSourceOptions.idl
@@ -2,12 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module ash.mojom;
-
-enum AshWindowType {
- SHELF = 0,
- STATUS_AREA,
- COUNT
+// See https://webaudio.github.io/web-audio-api/#mediastreamaudiosourceoptions
+dictionary MediaStreamAudioSourceOptions {
+ required MediaStream mediaStream;
};
-
-const string kAshWindowType_Property = "ash:window-type";
« no previous file with comments | « third_party/WebKit/Source/modules/webaudio/MediaStreamAudioSourceNode.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698