Index: third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.idl |
diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.idl b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.idl |
index 1c5c9117a5e3e3133f8cbc0144e8fac33e3b27c4..82383c5f336295074518324d00abff0fcac031b3 100644 |
--- a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.idl |
+++ b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.idl |
@@ -121,6 +121,8 @@ enum RTCIceConnectionState { |
[RuntimeEnabled=RTCRtpSender, RaisesException] RTCRtpSender addTrack(MediaStreamTrack track, MediaStream... streams); |
// https://w3c.github.io/webrtc-pc/#dom-rtcpeerconnection-removetrack |
[RuntimeEnabled=RTCRtpSender, RaisesException] void removeTrack(RTCRtpSender sender); |
+ // https://w3c.github.io/webrtc-pc/#dom-rtcpeerconnection-ontrack |
+ attribute EventHandler ontrack; |
// https://w3c.github.io/webrtc-pc/#peer-to-peer-data-api |
[CallWith=ScriptState, RaisesException] RTCDataChannel createDataChannel(USVString label, optional RTCDataChannelInit dataChannelDict); |