| 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 017e197cc119c5ab537114820446af329867a6b2..a153fdb8de38dce72171b3c908c0b31d628cc400 100644
|
| --- a/content/renderer/media/media_stream_video_capturer_source.h
|
| +++ b/content/renderer/media/media_stream_video_capturer_source.h
|
| @@ -49,8 +49,6 @@ class CONTENT_EXPORT MediaStreamVideoCapturerSource
|
| void OnHasConsumers(bool has_consumers) override;
|
| void OnCapturingLinkSecured(bool is_secure) override;
|
| void StartSourceImpl(
|
| - const media::VideoCaptureFormat& format,
|
| - const blink::WebMediaConstraints& constraints,
|
| const VideoCaptureDeliverFrameCB& frame_callback) override;
|
| void StopSourceImpl() override;
|
| base::Optional<media::VideoCaptureFormat> GetCurrentFormatImpl()
|
|
|