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

Unified Diff: media/video/capture/win/video_capture_device_mf_win.h

Issue 101843005: Convert video capture pipline to base::TimeTicks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 9890509b Rebase, Windows compile fixes Created 6 years, 11 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: media/video/capture/win/video_capture_device_mf_win.h
diff --git a/media/video/capture/win/video_capture_device_mf_win.h b/media/video/capture/win/video_capture_device_mf_win.h
index 8f7fc75cf4526aa5c19320b9b0e0e19ff69eebb0..e0dfb8c416060061a2fc077e876c694c2c68f416 100644
--- a/media/video/capture/win/video_capture_device_mf_win.h
+++ b/media/video/capture/win/video_capture_device_mf_win.h
@@ -53,11 +53,10 @@ class MEDIA_EXPORT VideoCaptureDeviceMFWin
static void GetDeviceNames(Names* device_names);
// Captured a new video frame.
- void OnIncomingCapturedFrame(
- const uint8* data,
- int length,
- const base::Time& time_stamp,
- int rotation);
+ void OnIncomingCapturedFrame(const uint8* data,
+ int length,
+ const base::TimeTicks& time_stamp,
+ int rotation);
private:
void OnError(HRESULT hr);
« no previous file with comments | « media/video/capture/video_capture_device_unittest.cc ('k') | media/video/capture/win/video_capture_device_mf_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698