| Index: modules/remoteplayback/HTMLMediaElementRemotePlayback.idl
|
| diff --git a/modules/bluetooth/BluetoothScanFilter.idl b/modules/remoteplayback/HTMLMediaElementRemotePlayback.idl
|
| similarity index 50%
|
| copy from modules/bluetooth/BluetoothScanFilter.idl
|
| copy to modules/remoteplayback/HTMLMediaElementRemotePlayback.idl
|
| index 7ab4f9e19dfdc935d3c8d98649d2b282da0fc3f0..87e23c780bf78b5f621dd671fc7a8975c70f62cb 100644
|
| --- a/modules/bluetooth/BluetoothScanFilter.idl
|
| +++ b/modules/remoteplayback/HTMLMediaElementRemotePlayback.idl
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// https://webbluetoothchrome.github.io/web-bluetooth/#idl-def-bluetoothscanfilter
|
| +// https://w3c.github.io/remote-playback/#extension-to-the-htmlmediaelement
|
|
|
| -dictionary BluetoothScanFilter {
|
| - sequence<BluetoothServiceUUID> services;
|
| +partial interface HTMLMediaElement {
|
| + [Reflect] attribute boolean disableRemotePlayback;
|
| };
|
|
|