Index: content/renderer/media/video_capture_impl.h |
diff --git a/content/renderer/media/video_capture_impl.h b/content/renderer/media/video_capture_impl.h |
index c320775154ab74c0ad16b4adb61bc202dc5a9571..06990513f1825ad77448a69282db4fcdd322a051 100644 |
--- a/content/renderer/media/video_capture_impl.h |
+++ b/content/renderer/media/video_capture_impl.h |
@@ -73,6 +73,10 @@ class CONTENT_EXPORT VideoCaptureImpl |
// Stop capturing. |client_id| is the identifier used to call StartCapture. |
void StopCapture(int client_id); |
+ // Requests that the video capturer send a frame "soon" (e.g., to resolve |
+ // picture loss or quality issues). |
+ void RequestRefreshFrame(); |
+ |
// Get capturing formats supported by this device. |
// |callback| will be invoked with the results. |
void GetDeviceSupportedFormats(const VideoCaptureDeviceFormatsCB& callback); |