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

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

Issue 2673373003: getUserMeida: report device starting states (Closed)
Patch Set: 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 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;
};

Powered by Google App Engine
This is Rietveld 408576698