| Index: modules/mediasource/HTMLVideoElementMediaSource.idl
|
| diff --git a/modules/crypto/AesKeyGenParams.idl b/modules/mediasource/HTMLVideoElementMediaSource.idl
|
| similarity index 92%
|
| copy from modules/crypto/AesKeyGenParams.idl
|
| copy to modules/mediasource/HTMLVideoElementMediaSource.idl
|
| index 2158208404ce34b4f110f5e97a940d93215bb682..79a51ab39cd9173a88a82d72f1e8f72175d06119 100644
|
| --- a/modules/crypto/AesKeyGenParams.idl
|
| +++ b/modules/mediasource/HTMLVideoElementMediaSource.idl
|
| @@ -27,9 +27,6 @@
|
| * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
| -
|
| -[
|
| - NoInterfaceObject,
|
| -] interface AesKeyGenParams : Algorithm {
|
| - readonly attribute unsigned short length;
|
| +partial interface HTMLVideoElement {
|
| + [RuntimeEnabled=MediaSourceExperimental] VideoPlaybackQuality getVideoPlaybackQuality();
|
| };
|
|
|