| 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 37dc0141f8324e7ccbb1f45d315208893fa12581..19e481d92aaf696f0c87646accc2dc9fbacca2ec 100644
|
| --- a/content/renderer/media/video_capture_impl_unittest.cc
|
| +++ b/content/renderer/media/video_capture_impl_unittest.cc
|
| @@ -129,9 +129,10 @@ class VideoCaptureImplTest : 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&));
|
| MOCK_METHOD1(OnStateUpdate, void(VideoCaptureState));
|
| MOCK_METHOD1(OnDeviceFormatsInUse,
|
| void(const media::VideoCaptureFormats&));
|
|
|