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

Unified Diff: content/browser/renderer_host/media/video_capture_controller.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: content/browser/renderer_host/media/video_capture_controller.h
diff --git a/content/browser/renderer_host/media/video_capture_controller.h b/content/browser/renderer_host/media/video_capture_controller.h
index 8658cdeb27805db86e83ed4ed9459df51702ed0b..9eed94ddb551d27c7726d08cc5a20e1a98bfc16e 100644
--- a/content/browser/renderer_host/media/video_capture_controller.h
+++ b/content/browser/renderer_host/media/video_capture_controller.h
@@ -117,7 +117,7 @@ class CONTENT_EXPORT VideoCaptureController {
scoped_refptr<media::VideoCaptureDevice::Client::Buffer> buffer,
const gfx::Size& dimensions,
int frame_rate,
- base::Time timestamp);
+ base::TimeTicks timestamp);
void DoErrorOnIOThread();
void DoDeviceStoppedOnIOThread();
void DoBufferDestroyedOnIOThread(int buffer_id_to_drop);

Powered by Google App Engine
This is Rietveld 408576698