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

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

Issue 2365223002: Video Capture: Allow suspension of individual devices. (Closed)
Patch Set: Created 4 years, 3 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 62301bc27e3766350cca046e853487ee0d519ba4..7b268ce05e3e2fcc05a6260bb65a14a1749ac3bb 100644
--- a/content/renderer/media/media_stream_video_capturer_source.h
+++ b/content/renderer/media/media_stream_video_capturer_source.h
@@ -37,7 +37,7 @@ class CONTENT_EXPORT MediaStreamVideoCapturerSource
// Implements MediaStreamVideoSource.
void RequestRefreshFrame() override;
-
+ void SetHasConsumers(bool has_consumers) override;
void SetCapturingLinkSecured(bool is_secure) override;
private:

Powered by Google App Engine
This is Rietveld 408576698