Commit 8de9d5f0 authored by Emircan Uysaler's avatar Emircan Uysaler Committed by Commit Bot

Enable GetDisplayMedia by default in blink

See https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/eKS6bOz9a_o
for Intent to Ship and lgtms.

Bug: 326740
Change-Id: I2d8cec26bae32281e50137dfd1616926b66e61a8
Reviewed-on: https://chromium-review.googlesource.com/c/1292439
Commit-Queue: Emircan Uysaler <emircan@chromium.org>
Reviewed-by: default avatarJochen Eisinger <jochen@chromium.org>
Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#607287}
parent ea8b4707
......@@ -3556,6 +3556,7 @@ interface MediaDevices : EventTarget
getter ondevicechange
method constructor
method enumerateDevices
method getDisplayMedia
method getSupportedConstraints
method getUserMedia
setter ondevicechange
......
......@@ -3742,6 +3742,7 @@ interface MediaDevices : EventTarget
getter ondevicechange
method constructor
method enumerateDevices
method getDisplayMedia
method getSupportedConstraints
method getUserMedia
setter ondevicechange
......
......@@ -543,7 +543,7 @@
},
{
name: "GetDisplayMedia",
status: "experimental",
status: "stable",
},
{
name: "HeapCompaction",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment