| Index: content/browser/renderer_host/media/video_capture_controller_unittest.cc
|
| diff --git a/content/browser/renderer_host/media/video_capture_controller_unittest.cc b/content/browser/renderer_host/media/video_capture_controller_unittest.cc
|
| index 0a7ef21b0c45def5bfc3ab17f04263cceeff95cd..e62c34f0ac1e9f25c054baa0971bf753f1161bbc 100644
|
| --- a/content/browser/renderer_host/media/video_capture_controller_unittest.cc
|
| +++ b/content/browser/renderer_host/media/video_capture_controller_unittest.cc
|
| @@ -135,6 +135,7 @@ class VideoCaptureControllerTest : public testing::Test {
|
| reinterpret_cast<uint8*>(buffer->data()),
|
| media::VideoFrame::AllocationSize(media::VideoFrame::I420, dimensions),
|
| base::SharedMemory::NULLHandle(),
|
| + 0,
|
| base::TimeDelta(),
|
| base::Closure());
|
| }
|
|
|