| Index: content/browser/media/capture/desktop_capture_device_unittest.cc
|
| diff --git a/content/browser/media/capture/desktop_capture_device_unittest.cc b/content/browser/media/capture/desktop_capture_device_unittest.cc
|
| index 842b57e9fa644cfafe09416a9e5b6ddf891dcf76..49a4dfdf40beb56bd1e93cddd3e3518a820a6216 100644
|
| --- a/content/browser/media/capture/desktop_capture_device_unittest.cc
|
| +++ b/content/browser/media/capture/desktop_capture_device_unittest.cc
|
| @@ -62,9 +62,8 @@ class MockDeviceClient : public media::VideoCaptureDevice::Client {
|
| MOCK_METHOD2(ReserveOutputBuffer,
|
| scoped_refptr<Buffer>(media::VideoFrame::Format format,
|
| const gfx::Size& dimensions));
|
| - MOCK_METHOD4(OnIncomingCapturedVideoFrame,
|
| + MOCK_METHOD3(OnIncomingCapturedVideoFrame,
|
| void(const scoped_refptr<Buffer>& buffer,
|
| - const media::VideoCaptureFormat& buffer_format,
|
| const scoped_refptr<media::VideoFrame>& frame,
|
| const base::TimeTicks& timestamp));
|
| MOCK_METHOD1(OnError, void(const std::string& reason));
|
|
|