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

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#8 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 d75f5c51fce966de2c004de76c2ea2ac80971d6e..b32e8adf54e425b34d8d919049ae2e48d13e4fc8 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
@@ -35,6 +35,7 @@ class CONTENT_EXPORT VideoFrameReceiverOnIOThread
void OnBufferRetired(int buffer_id) override;
void OnError() override;
void OnLog(const std::string& message) override;
+ void OnStarted() override;
private:
base::WeakPtr<VideoFrameReceiver> receiver_;

Powered by Google App Engine
This is Rietveld 408576698