| 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 030f46693cd6b52c50e025c9379df098dc6cd903..282e0885d274698d1c566840aed720a077948f26 100644
|
| --- a/content/renderer/media/video_capture_impl_manager_unittest.cc
|
| +++ b/content/renderer/media/video_capture_impl_manager_unittest.cc
|
| @@ -80,6 +80,12 @@ class MockVideoCaptureImpl : public VideoCaptureImpl,
|
| }
|
|
|
| MOCK_METHOD1(RequestRefreshFrame, void(int32_t));
|
| + MOCK_METHOD3(GetDeviceSupportedFormats,
|
| + void(int32_t,
|
| + int32_t,
|
| + const GetDeviceSupportedFormatsCallback&));
|
| + MOCK_METHOD3(GetDeviceFormatsInUse,
|
| + void(int32_t, int32_t, const GetDeviceFormatsInUseCallback&));
|
|
|
| PauseResumeCallback* const pause_callback_;
|
| const base::Closure destruct_callback_;
|
|
|