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

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: comments 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/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

Powered by Google App Engine
This is Rietveld 408576698