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 55d98aa564ae49ca38a8761a9b788bd63810e621..a5cc41e285ed9138a20ad7fb4ba47ab815bf6f82 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; |
virtual void OnBufferDestroyed(int buffer_id_to_drop) = 0; |
}; |