Index: content/common/media/video_capture_messages.h |
diff --git a/content/common/media/video_capture_messages.h b/content/common/media/video_capture_messages.h |
index be1a179bda62c61b0e5bc782b2ee3e9a53b4c700..6961913eecfd6cfb8ba2350acaf54a09bb45ca37 100644 |
--- a/content/common/media/video_capture_messages.h |
+++ b/content/common/media/video_capture_messages.h |
@@ -108,6 +108,11 @@ IPC_MESSAGE_CONTROL3(VideoCaptureHostMsg_Resume, |
media::VideoCaptureSessionId, /* session_id */ |
media::VideoCaptureParams /* params */) |
+// Requests that the video capturer send a frame "soon" (e.g., to resolve |
+// picture loss or quality issues). |
+IPC_MESSAGE_CONTROL1(VideoCaptureHostMsg_RequestRefreshFrame, |
+ int /* device_id */); |
+ |
// Close the video capture specified by |device_id|. |
IPC_MESSAGE_CONTROL1(VideoCaptureHostMsg_Stop, |
int /* device_id */) |