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

Unified Diff: third_party/WebKit/Source/platform/mediastream/MediaStreamCenter.h

Issue 2791303002: Clone MediaStream video tracks correctly with spec-compliant constraints. (Closed)
Patch Set: rebase Created 3 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/Source/platform/mediastream/MediaStreamCenter.h
diff --git a/third_party/WebKit/Source/platform/mediastream/MediaStreamCenter.h b/third_party/WebKit/Source/platform/mediastream/MediaStreamCenter.h
index 03d45bfadb20ee10a05ba2d8c630738fc6c052f4..cd6e6100808ff433ff065d9f8de866e1118b430d 100644
--- a/third_party/WebKit/Source/platform/mediastream/MediaStreamCenter.h
+++ b/third_party/WebKit/Source/platform/mediastream/MediaStreamCenter.h
@@ -58,6 +58,8 @@ class PLATFORM_EXPORT MediaStreamCenter final
static MediaStreamCenter& instance();
void didCreateMediaStreamTrack(MediaStreamComponent*);
+ void didCloneMediaStreamTrack(MediaStreamComponent* original,
+ MediaStreamComponent* clone);
void didSetMediaStreamTrackEnabled(MediaStreamComponent*);
void didSetContentHint(MediaStreamComponent*);
bool didStopMediaStreamTrack(MediaStreamComponent*);

Powered by Google App Engine
This is Rietveld 408576698