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

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

Issue 2609863004: Pass camera facing to WebKit (Closed)
Patch Set: fix trybot errors Created 3 years, 11 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_source.h
diff --git a/content/renderer/media/media_stream_video_source.h b/content/renderer/media/media_stream_video_source.h
index 666aced76582e7a44d0f4ec7286d44071300ace0..780425ae64f17ce2977c2afa82a14cb7033941b4 100644
--- a/content/renderer/media/media_stream_video_source.h
+++ b/content/renderer/media/media_stream_video_source.h
@@ -89,6 +89,8 @@ class CONTENT_EXPORT MediaStreamVideoSource
return weak_factory_.GetWeakPtr();
}
+ virtual media::mojom::VideoFacingMode GetVideoFacing();
+
protected:
void DoStopSource() override;

Powered by Google App Engine
This is Rietveld 408576698