| 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 027ee382dd89d95816fdc86e89cf6901f8ec72cc..e2e24f008c99873e770739be60062d94cd95a69f 100644
|
| --- a/content/renderer/media/media_stream_video_source.h
|
| +++ b/content/renderer/media/media_stream_video_source.h
|
| @@ -84,6 +84,9 @@ class CONTENT_EXPORT MediaStreamVideoSource
|
| // Return true if |name| is a constraint supported by MediaStreamVideoSource.
|
| static bool IsConstraintSupported(const std::string& name);
|
|
|
| + // Request underlying source to capture a new frame.
|
| + virtual void RequestRefreshFrame() {}
|
| +
|
| // Returns the task runner where video frames will be delivered on.
|
| base::SingleThreadTaskRunner* io_task_runner() const;
|
|
|
|
|