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

Unified Diff: content/common/media/video_capture.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
« no previous file with comments | « chrome/renderer/media/cast_rtp_stream.cc ('k') | content/public/renderer/media_stream_video_sink.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/media/video_capture.h
diff --git a/content/common/media/video_capture.h b/content/common/media/video_capture.h
index bf43ebbcda8ed39ff74a3239a983cc81e65f74b6..80dca93ad824ab4b182672cddb3baeefaacb4ea0 100644
--- a/content/common/media/video_capture.h
+++ b/content/common/media/video_capture.h
@@ -32,10 +32,6 @@ typedef base::Callback<void(VideoCaptureState)>
VideoCaptureStateUpdateCB;
typedef base::Callback<void(const media::VideoCaptureFormats&)>
VideoCaptureDeviceFormatsCB;
-typedef base::Callback<
- void(const scoped_refptr<media::VideoFrame>&,
- const media::VideoCaptureFormat&)>
- VideoCaptureDeliverFrameCB;
} // namespace content
« no previous file with comments | « chrome/renderer/media/cast_rtp_stream.cc ('k') | content/public/renderer/media_stream_video_sink.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698