Index: media/video/capture/file_video_capture_device.cc |
diff --git a/media/video/capture/file_video_capture_device.cc b/media/video/capture/file_video_capture_device.cc |
index e1c4f5216f76d656128590fcc90d9f5a6f17f356..e4db371a52b9b7020b37519df67ff9cb8134c4fb 100644 |
--- a/media/video/capture/file_video_capture_device.cc |
+++ b/media/video/capture/file_video_capture_device.cc |
@@ -286,9 +286,9 @@ void FileVideoCaptureDevice::OnCaptureTask() { |
// Give the captured frame to the client. |
client_->OnIncomingCapturedFrame(video_frame_.get(), |
frame_size_, |
- base::TimeTicks::Now(), |
+ capture_format_, |
0, |
- capture_format_); |
+ base::TimeTicks::Now()); |
// Reschedule next CaptureTask. |
base::MessageLoop::current()->PostDelayedTask( |
FROM_HERE, |