| Index: media/capture/video/video_frame_receiver.h
|
| diff --git a/media/capture/video/video_frame_receiver.h b/media/capture/video/video_frame_receiver.h
|
| index 841040ae0c1615219f6df9260b8623081b24c5f4..bd0c413afcbf2f676dc476fa1767179006c900e2 100644
|
| --- a/media/capture/video/video_frame_receiver.h
|
| +++ b/media/capture/video/video_frame_receiver.h
|
| @@ -21,6 +21,7 @@ class CAPTURE_EXPORT VideoFrameReceiver {
|
| scoped_refptr<media::VideoFrame> frame) = 0;
|
| virtual void OnError() = 0;
|
| virtual void OnLog(const std::string& message) = 0;
|
| + virtual void OnStarted() = 0;
|
|
|
| // Tells the VideoFrameReceiver that the producer is no longer going to use
|
| // the buffer with id |buffer_id| for frame delivery. This may be called even
|
|
|