Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(166)

Unified Diff: media/capture/video/video_frame_receiver.h

Issue 2673373003: getUserMeida: report device starting states (Closed)
Patch Set: address comments on PS#6 and restore added state check in frame callback. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698