| 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 a153fdb8de38dce72171b3c908c0b31d628cc400..f4fa6067b584f97812c85e10775574448ce8b092 100644
|
| --- a/content/renderer/media/media_stream_video_capturer_source.h
|
| +++ b/content/renderer/media/media_stream_video_capturer_source.h
|
| @@ -51,8 +51,7 @@ class CONTENT_EXPORT MediaStreamVideoCapturerSource
|
| void StartSourceImpl(
|
| const VideoCaptureDeliverFrameCB& frame_callback) override;
|
| void StopSourceImpl() override;
|
| - base::Optional<media::VideoCaptureFormat> GetCurrentFormatImpl()
|
| - const override;
|
| + base::Optional<media::VideoCaptureFormat> GetCurrentFormat() const override;
|
|
|
| // RenderFrameObserver implementation.
|
| void OnDestruct() final {}
|
|
|