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..0a2ad95edf5a6c4649fc7e903aeaf14c1865873c 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 the video capture device send a |
emircan
2016/04/05 19:30:39
s/send/to send/
miu
2016/04/05 20:25:01
It's actually proper English the way it was, but i
|
+ // refresh frame. |
+ 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 |