Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2842)

Unified Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 2759953003: Interface RTCRtpReceiver and RTCPeerConnection.getReceivers() added. (Closed)
Patch Set: DISALLOW_COPY_AND_ASSIGN Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
index 95f2c628bfc131066b03fde2b1a60085e4683af9..252427017995200b35711d62727cb0fac773ec6c 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -5047,6 +5047,7 @@ interface RTCPeerConnection : EventTarget
method createDataChannel
method createOffer
method getLocalStreams
+ method getReceivers
method getRemoteStreams
method getStats
method getStreamById
@@ -5066,6 +5067,10 @@ interface RTCPeerConnectionIceEvent : Event
attribute @@toStringTag
getter candidate
method constructor
+interface RTCRtpReceiver
+ attribute @@toStringTag
+ getter track
+ method constructor
interface RTCSessionDescription
attribute @@toStringTag
getter sdp
@@ -8699,6 +8704,7 @@ interface webkitRTCPeerConnection : EventTarget
method createDataChannel
method createOffer
method getLocalStreams
+ method getReceivers
method getRemoteStreams
method getStats
method getStreamById

Powered by Google App Engine
This is Rietveld 408576698