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

Unified Diff: third_party/WebKit/public/platform/WebMediaStreamCenter.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 | « third_party/WebKit/Source/platform/mediastream/MediaStreamCenter.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebMediaStreamCenter.h
diff --git a/third_party/WebKit/public/platform/WebMediaStreamCenter.h b/third_party/WebKit/public/platform/WebMediaStreamCenter.h
index 4040a77372f42f9c0e645f99e820207e8ad025b5..882ffc1f74dcac338c26736a66a3bc56739a5a32 100644
--- a/third_party/WebKit/public/platform/WebMediaStreamCenter.h
+++ b/third_party/WebKit/public/platform/WebMediaStreamCenter.h
@@ -53,6 +53,8 @@ class WebMediaStreamCenter {
// Track functionality.
virtual void didCreateMediaStreamTrack(const WebMediaStreamTrack&) {}
+ virtual void didCloneMediaStreamTrack(const WebMediaStreamTrack& original,
+ const WebMediaStreamTrack& clone) {}
virtual void didSetContentHint(const WebMediaStreamTrack&) {}
virtual void didEnableMediaStreamTrack(const WebMediaStreamTrack&) {}
virtual void didDisableMediaStreamTrack(const WebMediaStreamTrack&) {}
« no previous file with comments | « third_party/WebKit/Source/platform/mediastream/MediaStreamCenter.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698