diff options
Diffstat (limited to 'content/renderer/media/media_stream_video_source.h')
-rw-r--r-- | content/renderer/media/media_stream_video_source.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/renderer/media/media_stream_video_source.h b/content/renderer/media/media_stream_video_source.h index 027ee38..e2e24f0 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; |