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

Unified Diff: content/renderer/pepper/pepper_media_stream_video_track_host.cc

Issue 2973503002: Remove unused parameters from MediaStreamVideoSource::StartCaptureImpl() (Closed)
Patch Set: 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/pepper/pepper_media_stream_video_track_host.cc
diff --git a/content/renderer/pepper/pepper_media_stream_video_track_host.cc b/content/renderer/pepper/pepper_media_stream_video_track_host.cc
index 747f8df416902a00349706caee5f88f048426398..c9e0859a053284fd71785b5088d00b8db2e4ee62 100644
--- a/content/renderer/pepper/pepper_media_stream_video_track_host.cc
+++ b/content/renderer/pepper/pepper_media_stream_video_track_host.cc
@@ -415,8 +415,6 @@ class PepperMediaStreamVideoTrackHost::VideoSource final
~VideoSource() final { StopSourceImpl(); }
void StartSourceImpl(
- const media::VideoCaptureFormat& format,
- const blink::WebMediaConstraints& constraints,
const VideoCaptureDeliverFrameCB& frame_callback) final {
if (host_) {
host_->frame_deliverer_ =

Powered by Google App Engine
This is Rietveld 408576698