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

Unified Diff: content/browser/renderer_host/media/video_capture_host.h

Issue 2045813003: Decouple capture timestamp and reference time (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nit Created 4 years, 6 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_host.h
diff --git a/content/browser/renderer_host/media/video_capture_host.h b/content/browser/renderer_host/media/video_capture_host.h
index 800f562e16f6fd66fadfa8c3fc4aeab26032411b..90f1dc939be7f074332c5ac4a7f12096c09fb02f 100644
--- a/content/browser/renderer_host/media/video_capture_host.h
+++ b/content/browser/renderer_host/media/video_capture_host.h
@@ -91,8 +91,7 @@ class CONTENT_EXPORT VideoCaptureHost
int buffer_id) override;
void OnBufferReady(VideoCaptureControllerID id,
int buffer_id,
- const scoped_refptr<media::VideoFrame>& frame,
- const base::TimeTicks& timestamp) override;
+ const scoped_refptr<media::VideoFrame>& frame) override;
void OnEnded(VideoCaptureControllerID id) override;
private:

Powered by Google App Engine
This is Rietveld 408576698