Index: content/renderer/media/capture_video_decoder.h |
diff --git a/content/renderer/media/capture_video_decoder.h b/content/renderer/media/capture_video_decoder.h |
index f3e79bed680aefc5b4172ccbfb04682bbef51cda..cfcdbadb9f536251c756b2cd656f7c48b7412b40 100644 |
--- a/content/renderer/media/capture_video_decoder.h |
+++ b/content/renderer/media/capture_video_decoder.h |
@@ -86,6 +86,9 @@ class CONTENT_EXPORT CaptureVideoDecoder |
void OnBufferReadyOnDecoderThread( |
media::VideoCapture* capture, |
scoped_refptr<media::VideoCapture::VideoFrameBuffer> buf); |
+ void OnDeviceInfoReceivedOnDecoderThread( |
+ media::VideoCapture* capture, |
+ const media::VideoCaptureParams& device_info); |
// Delivers the frame to |read_cb_| and resets the callback. |
void DeliverFrame(const scoped_refptr<media::VideoFrame>& video_frame); |