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

Unified Diff: content/renderer/media/media_stream_center.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
« no previous file with comments | « no previous file | content/renderer/media/media_stream_center.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/media_stream_center.h
diff --git a/content/renderer/media/media_stream_center.h b/content/renderer/media/media_stream_center.h
index f988b1d6def81aeb9a47e4e56deb53c665e2732c..4e5c942e0aabbeeca5cb1e9e86324a9c9ea3e1e8 100644
--- a/content/renderer/media/media_stream_center.h
+++ b/content/renderer/media/media_stream_center.h
@@ -36,6 +36,10 @@ class CONTENT_EXPORT MediaStreamCenter
void didCreateMediaStreamTrack(
const blink::WebMediaStreamTrack& track) override;
+ void didCloneMediaStreamTrack(
+ const blink::WebMediaStreamTrack& original,
+ const blink::WebMediaStreamTrack& clone) override;
+
void didSetContentHint(const blink::WebMediaStreamTrack& track) override;
void didEnableMediaStreamTrack(
« no previous file with comments | « no previous file | content/renderer/media/media_stream_center.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698