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

Unified Diff: content/browser/renderer_host/media/video_frame_receiver_on_io_thread.h

Issue 2673373003: getUserMeida: report device starting states (Closed)
Patch Set: address comments on PS#7 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: content/browser/renderer_host/media/video_frame_receiver_on_io_thread.h
diff --git a/content/browser/renderer_host/media/video_frame_receiver_on_io_thread.h b/content/browser/renderer_host/media/video_frame_receiver_on_io_thread.h
index 768d29fb1ef782168db332e51b4edbfcb46ee5bc..51ac6829934cbea60b8c07127186c84444e6673c 100644
--- a/content/browser/renderer_host/media/video_frame_receiver_on_io_thread.h
+++ b/content/browser/renderer_host/media/video_frame_receiver_on_io_thread.h
@@ -26,6 +26,7 @@ class CONTENT_EXPORT VideoFrameReceiverOnIOThread
scoped_refptr<media::VideoFrame> frame) override;
void OnError() override;
void OnLog(const std::string& message) override;
+ void OnStarted() override;
void OnBufferRetired(int buffer_id) override;
private:

Powered by Google App Engine
This is Rietveld 408576698