Index: content/browser/renderer_host/media/video_capture_manager.h |
diff --git a/content/browser/renderer_host/media/video_capture_manager.h b/content/browser/renderer_host/media/video_capture_manager.h |
index 6a5fc9c36f8f82b74e9d928c2e23bc48b0ee508c..90bd40f1c4a8449f6a5903bb61fc524e186ca87e 100644 |
--- a/content/browser/renderer_host/media/video_capture_manager.h |
+++ b/content/browser/renderer_host/media/video_capture_manager.h |
@@ -112,6 +112,10 @@ class CONTENT_EXPORT VideoCaptureManager : public MediaStreamProvider { |
VideoCaptureControllerID client_id, |
VideoCaptureControllerEventHandler* client_handler); |
+ // Called by VideoCaptureHost to request a refresh frame from the video |
+ // capture device. |
+ void RequestRefreshFrameForClient(VideoCaptureController* controller); |
+ |
// Retrieves all capture supported formats for a particular device. Returns |
// false if the |capture_session_id| is not found. The supported formats are |
// cached during device(s) enumeration, and depending on the underlying |