| Index: content/browser/media/capture/content_video_capture_device_core.cc
|
| diff --git a/content/browser/media/capture/content_video_capture_device_core.cc b/content/browser/media/capture/content_video_capture_device_core.cc
|
| index 643caf969a949f3f0ab27d601e353f26dc6c99c4..7932e3184f674f479abb8abe1856c7c158940627 100644
|
| --- a/content/browser/media/capture/content_video_capture_device_core.cc
|
| +++ b/content/browser/media/capture/content_video_capture_device_core.cc
|
| @@ -134,6 +134,7 @@ bool ThreadSafeCaptureOracle::ObserveEventAndDecideCapture(
|
| static_cast<uint8*>(output_buffer->data()),
|
| output_buffer->size(),
|
| base::SharedMemory::NULLHandle(),
|
| + 0,
|
| base::TimeDelta(),
|
| base::Closure());
|
| }
|
|
|