| 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 e86a7d1588cd0c3e9346f0e054d480cb62ed6ef5..027ee382dd89d95816fdc86e89cf6901f8ec72cc 100644
|
| --- a/content/renderer/media/media_stream_video_source.h
|
| +++ b/content/renderer/media/media_stream_video_source.h
|
| @@ -87,6 +87,8 @@ class CONTENT_EXPORT MediaStreamVideoSource
|
| // Returns the task runner where video frames will be delivered on.
|
| base::SingleThreadTaskRunner* io_task_runner() const;
|
|
|
| + const media::VideoCaptureFormat* GetCurrentFormat() const;
|
| +
|
| protected:
|
| void DoStopSource() override;
|
|
|
|
|