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

Unified Diff: content/renderer/media/remote_media_stream_impl.h

Issue 2972003002: RTCPeerConnection.ontrack event added. (Closed)
Patch Set: Le merge Created 3 years, 5 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: content/renderer/media/remote_media_stream_impl.h
diff --git a/content/renderer/media/remote_media_stream_impl.h b/content/renderer/media/remote_media_stream_impl.h
index 9922eb52fa436de459b2711fa3ac30e5aabd27f1..d3828f29e947b26fff1cd77b5416110bca77c2ff 100644
--- a/content/renderer/media/remote_media_stream_impl.h
+++ b/content/renderer/media/remote_media_stream_impl.h
@@ -42,6 +42,8 @@ class CONTENT_EXPORT RemoteMediaStreamImpl {
const blink::WebMediaStream& webkit_stream() { return webkit_stream_; }
const scoped_refptr<webrtc::MediaStreamInterface>& webrtc_stream();
+ void CheckAdapterRef();
+
private:
class Observer;

Powered by Google App Engine
This is Rietveld 408576698