| Index: content/renderer/media/video_capture_impl_manager_unittest.cc
|
| diff --git a/content/renderer/media/video_capture_impl_manager_unittest.cc b/content/renderer/media/video_capture_impl_manager_unittest.cc
|
| index 86cc56a76387d539c18477ad84728834f3121810..7ab67a45632cbdaf0db5111523be7e14abef61c0 100644
|
| --- a/content/renderer/media/video_capture_impl_manager_unittest.cc
|
| +++ b/content/renderer/media/video_capture_impl_manager_unittest.cc
|
| @@ -93,9 +93,10 @@ class VideoCaptureImplManagerTest : public ::testing::Test {
|
| }
|
|
|
| protected:
|
| - MOCK_METHOD2(OnFrameReady,
|
| + MOCK_METHOD3(OnFrameReady,
|
| void(const scoped_refptr<media::VideoFrame>&,
|
| - const media::VideoCaptureFormat&));
|
| + const media::VideoCaptureFormat&,
|
| + const base::TimeTicks& estimated_capture_time));
|
| MOCK_METHOD0(OnStarted, void());
|
| MOCK_METHOD0(OnStopped, void());
|
|
|
|
|