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

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

Issue 1658033002: Add SourceBuffer implementations of Audio/VideoTracks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pass-media-tracks-to-blink
Patch Set: Added SourceBufferTrackBaseSupplement::fromIfExists Created 4 years, 8 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 57987d9700eda97b045bbbcbd63a19e1273e2419..fef8343f41d229329711e1d18b1a3c799500f85b 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -250,6 +250,7 @@ interface AudioTrack
getter kind
getter label
getter language
+ getter sourceBuffer
method constructor
setter enabled
interface AudioTrackList : EventTarget
@@ -6362,6 +6363,7 @@ interface VideoTrack
getter label
getter language
getter selected
+ getter sourceBuffer
method constructor
setter selected
interface VideoTrackList : EventTarget

Powered by Google App Engine
This is Rietveld 408576698