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

Unified Diff: third_party/WebKit/public/platform/WebMediaStreamSource.h

Issue 2767963002: Revert of Remove |remote| and |readonly| members of MediaStreamTrack. (Closed)
Patch Set: rebase Created 3 years, 9 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/MediaStreamSource.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/WebMediaStreamSource.h
diff --git a/third_party/WebKit/public/platform/WebMediaStreamSource.h b/third_party/WebKit/public/platform/WebMediaStreamSource.h
index 23a63c7d66cdd261b977945829fcfa37782fa39a..4f6f24182fa59d7961c718ec6e378c62ac2a088a 100644
--- a/third_party/WebKit/public/platform/WebMediaStreamSource.h
+++ b/third_party/WebKit/public/platform/WebMediaStreamSource.h
@@ -88,13 +88,18 @@ class WebMediaStreamSource {
BLINK_PLATFORM_EXPORT void initialize(const WebString& id,
Type,
- const WebString& name);
+ const WebString& name); // DEPRECATED
+ BLINK_PLATFORM_EXPORT void initialize(const WebString& id,
+ Type,
+ const WebString& name,
+ bool remote);
BLINK_PLATFORM_EXPORT void reset();
bool isNull() const { return m_private.isNull(); }
BLINK_PLATFORM_EXPORT WebString id() const;
BLINK_PLATFORM_EXPORT Type getType() const;
BLINK_PLATFORM_EXPORT WebString name() const;
+ BLINK_PLATFORM_EXPORT bool remote() const;
BLINK_PLATFORM_EXPORT void setReadyState(ReadyState);
BLINK_PLATFORM_EXPORT ReadyState getReadyState() const;
« no previous file with comments | « third_party/WebKit/Source/platform/mediastream/MediaStreamSource.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698