| 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 e75141384e873c04b2f79b4754bc05799443566c..d1ceeefa66323e87c91a3759ae78596a82ad6770 100644
|
| --- a/content/renderer/media/media_stream_video_source.h
|
| +++ b/content/renderer/media/media_stream_video_source.h
|
| @@ -107,11 +107,9 @@ class CONTENT_EXPORT MediaStreamVideoSource
|
| // An implementation must start capture frames using the resolution in
|
| // |params|. When the source has started or the source failed to start
|
| // OnStartDone must be called. An implementation must call
|
| - // invoke |frame_callback| on the IO thread with the captured frames.
|
| - // TODO(perkj): pass a VideoCaptureFormats instead of VideoCaptureParams for
|
| - // subclasses to customize.
|
| + // |frame_callback| on the IO thread with the captured frames.
|
| virtual void StartSourceImpl(
|
| - const media::VideoCaptureParams& params,
|
| + const media::VideoCaptureFormat& format,
|
| const VideoCaptureDeliverFrameCB& frame_callback) = 0;
|
| void OnStartDone(MediaStreamRequestResult result);
|
|
|
|
|