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

Unified Diff: third_party/WebKit/Source/modules/mediastream/MediaDeviceInfo.idl

Issue 2335553003: Expose the MediaDeviceInfo interface object (Closed)
Patch Set: Created 4 years, 3 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/LayoutTests/webexposed/global-interface-listing-expected.txt ('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/mediastream/MediaDeviceInfo.idl
diff --git a/third_party/WebKit/Source/modules/mediastream/MediaDeviceInfo.idl b/third_party/WebKit/Source/modules/mediastream/MediaDeviceInfo.idl
index 3e883b9a55b8e5a44f317d0aa5f01bbac72a31f9..3ff1e1d84bb2c741e1d9f9b3aa891cf3563973f2 100644
--- a/third_party/WebKit/Source/modules/mediastream/MediaDeviceInfo.idl
+++ b/third_party/WebKit/Source/modules/mediastream/MediaDeviceInfo.idl
@@ -23,15 +23,15 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+// https://w3c.github.io/mediacapture-main/#device-info
+
enum MediaDeviceKind {
"audioinput",
"audiooutput",
"videoinput"
};
-[
- NoInterfaceObject
-] interface MediaDeviceInfo {
+interface MediaDeviceInfo {
readonly attribute DOMString deviceId;
readonly attribute MediaDeviceKind kind;
readonly attribute DOMString label;
« no previous file with comments | « third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698