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

Unified Diff: public/platform/WebMediaStreamSource.h

Issue 569613002: Add the possibility to specify MediaStreamTrack::remote when creating a track. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed construction call from WebAudio. Created 6 years, 2 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 | « Source/platform/mediastream/MediaStreamSource.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebMediaStreamSource.h
diff --git a/public/platform/WebMediaStreamSource.h b/public/platform/WebMediaStreamSource.h
index 58692287a9b053c1c168ca058d7ecd6d8fdf621f..be29a1af30fa0048c627b6cdef4b3aa0aa4ab169 100644
--- a/public/platform/WebMediaStreamSource.h
+++ b/public/platform/WebMediaStreamSource.h
@@ -83,7 +83,8 @@ public:
BLINK_PLATFORM_EXPORT void assign(const WebMediaStreamSource&);
- BLINK_PLATFORM_EXPORT void initialize(const WebString& id, Type, const WebString& name);
+ BLINK_PLATFORM_EXPORT void initialize(const WebString& id, Type, const WebString& name); // DEPRECATED
+ BLINK_PLATFORM_EXPORT void initialize(const WebString& id, Type, const WebString& name, bool remote, bool readonly);
BLINK_PLATFORM_EXPORT void reset();
bool isNull() const { return m_private.isNull(); }
« no previous file with comments | « Source/platform/mediastream/MediaStreamSource.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698