| Index: content/renderer/media/video_capture_impl_unittest.cc
|
| diff --git a/content/renderer/media/video_capture_impl_unittest.cc b/content/renderer/media/video_capture_impl_unittest.cc
|
| index 282cc3e3b637114e22798f092ce81a1a6ffb9914..f18332f60a0e2505033ccf392bb72867af91bcf5 100644
|
| --- a/content/renderer/media/video_capture_impl_unittest.cc
|
| +++ b/content/renderer/media/video_capture_impl_unittest.cc
|
| @@ -80,7 +80,8 @@ class VideoCaptureImplTest : public ::testing::Test {
|
|
|
| void DeviceReceiveEmptyBuffer(int device_id,
|
| int buffer_id,
|
| - uint32 sync_point) {}
|
| + uint32 sync_point,
|
| + double consumer_stress_level) {}
|
|
|
| void DeviceGetSupportedFormats(int device_id,
|
| media::VideoCaptureSessionId session_id) {
|
|
|