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

Unified Diff: content/renderer/media/webrtc/media_stream_remote_video_source.h

Issue 699613002: Change DtmfSenderHandler to handle events on the signaling thread. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/webrtc/media_stream_remote_video_source.h
diff --git a/content/renderer/media/webrtc/media_stream_remote_video_source.h b/content/renderer/media/webrtc/media_stream_remote_video_source.h
index 75364b4250b822e5d834bd04b25bc814d4f08721..29c23fb483251d9c987bbe402735da0bd87af5f5 100644
--- a/content/renderer/media/webrtc/media_stream_remote_video_source.h
+++ b/content/renderer/media/webrtc/media_stream_remote_video_source.h
@@ -45,6 +45,7 @@ class CONTENT_EXPORT MediaStreamRemoteVideoSource
const scoped_refptr<base::SingleThreadTaskRunner> main_thread_;
base::WeakPtr<MediaStreamRemoteVideoSource> source_;
+ bool source_set_;
tommi (sloooow) - chröme 2014/11/03 13:49:56 nit: #if DCHECK_IS_ON bool source_set_; #endif
const scoped_refptr<webrtc::VideoTrackInterface> track_;
webrtc::MediaStreamTrackInterface::TrackState state_;
};

Powered by Google App Engine
This is Rietveld 408576698