| 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 48be8f11785cbec5721abc64ab6ad4b1855eed52..1a874f451e1fd8957e32cde8521126b140664a76 100644
|
| --- a/content/browser/media/capture/desktop_capture_device_unittest.cc
|
| +++ b/content/browser/media/capture/desktop_capture_device_unittest.cc
|
| @@ -70,7 +70,7 @@ class MockDeviceClient : public media::VideoCaptureDevice::Client {
|
| int clockwise_rotation,
|
| const base::TimeTicks& timestamp));
|
| MOCK_METHOD2(ReserveOutputBuffer,
|
| - scoped_refptr<Buffer>(media::VideoFrame::Format format,
|
| + scoped_refptr<Buffer>(media::VideoPixelFormat format,
|
| const gfx::Size& dimensions));
|
| MOCK_METHOD3(OnIncomingCapturedVideoFrame,
|
| void(const scoped_refptr<Buffer>& buffer,
|
|
|