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

Unified Diff: content/renderer/media/media_stream_video_capture_source_unittest.cc

Issue 1304393004: Change VideoCaptureDeliverFrameCB's signature (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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/renderer/media/media_stream_video_capture_source_unittest.cc
diff --git a/content/renderer/media/media_stream_video_capture_source_unittest.cc b/content/renderer/media/media_stream_video_capture_source_unittest.cc
index 3efc0cb969ac4dc8656f47d6779d0bedd1da2b93..a8591359e41c9e688bf629bae0bab0c3c057ca8f 100644
--- a/content/renderer/media/media_stream_video_capture_source_unittest.cc
+++ b/content/renderer/media/media_stream_video_capture_source_unittest.cc
@@ -265,7 +265,7 @@ class FakeMediaStreamVideoSink : public MediaStreamVideoSink {
}
void OnVideoFrame(const scoped_refptr<media::VideoFrame>& frame,
- const base::TimeTicks& capture_time) {
+ base::TimeTicks capture_time) {
*capture_time_ = capture_time;
metadata_->Clear();
base::DictionaryValue tmp;

Powered by Google App Engine
This is Rietveld 408576698