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

Unified Diff: content/renderer/media/mock_media_stream_video_source.h

Issue 287313002: Pass a TimeTicks along video capture pipeline to represent capture time (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merged and land Created 6 years, 7 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/renderer/media/mock_media_stream_video_source.h
diff --git a/content/renderer/media/mock_media_stream_video_source.h b/content/renderer/media/mock_media_stream_video_source.h
index d0d82e6a2aec397cc838a5bac4625d21df9270fc..ad7463b6d4c74e516ecd8684ca002da2d9af2836 100644
--- a/content/renderer/media/mock_media_stream_video_source.h
+++ b/content/renderer/media/mock_media_stream_video_source.h
@@ -42,6 +42,7 @@ class MockMediaStreamVideoSource : public MediaStreamVideoSource {
protected:
void DeliverVideoFrameOnIO(const scoped_refptr<media::VideoFrame>& frame,
media::VideoCaptureFormat format,
+ const base::TimeTicks& estimated_capture_time,
const VideoCaptureDeliverFrameCB& frame_callback);
// Implements MediaStreamVideoSource.
« no previous file with comments | « content/renderer/media/mock_media_stream_video_sink.cc ('k') | content/renderer/media/mock_media_stream_video_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698