| Index: third_party/WebKit/Source/modules/peerconnection/RTCRtpReceiver.idl
|
| diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCRtpReceiver.idl b/third_party/WebKit/Source/modules/peerconnection/RTCRtpReceiver.idl
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c94a2889014d2ba60c65980f710d0b30e6984034
|
| --- /dev/null
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCRtpReceiver.idl
|
| @@ -0,0 +1,12 @@
|
| +// Copyright 2017 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +// https://w3c.github.io/webrtc-pc/#rtcrtpreceiver-interface
|
| +[
|
| + RuntimeEnabled=RTCRtpReceiver,
|
| +] interface RTCRtpReceiver {
|
| + readonly attribute MediaStreamTrack track;
|
| +
|
| + // TODO(hbos): Support every member of the spec. https://crbug.com/700916
|
| +};
|
|
|