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

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

Issue 366243003: VideoTrackAdapter: Add passing frames monitor, notify MSVCS -> MSVTrack(s) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: grunell@ comments and added a UT with 1 source muted pinging two tracks. Created 6 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/media_stream_video_capturer_source.h
diff --git a/content/renderer/media/media_stream_video_capturer_source.h b/content/renderer/media/media_stream_video_capturer_source.h
index dcffa02d371aca9dcd137b1a8370a659d6a6f9cb..3b9588aa799cd42c3de74d3a6036c39db7696b23 100644
--- a/content/renderer/media/media_stream_video_capturer_source.h
+++ b/content/renderer/media/media_stream_video_capturer_source.h
@@ -70,7 +70,6 @@ class CONTENT_EXPORT VideoCapturerDelegate
base::Closure stop_capture_cb_;
bool is_screen_cast_;
- bool got_first_frame_;
// |running_callback| is provided to this class in StartCapture and must be
// valid until StopCapture is called.

Powered by Google App Engine
This is Rietveld 408576698