| 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 56e06ff66b42a115ad618e721d757428c9bc0ca8..2c9fd1d45c013c4be618dd02941df4fdadda6514 100644
|
| --- a/content/browser/media/capture/desktop_capture_device_unittest.cc
|
| +++ b/content/browser/media/capture/desktop_capture_device_unittest.cc
|
| @@ -78,8 +78,8 @@ class MockDeviceClient : public media::VideoCaptureDevice::Client {
|
| MOCK_METHOD1(OnError, void(const std::string& reason));
|
|
|
| // Trampoline methods to workaround GMOCK problems with scoped_ptr<>.
|
| - scoped_ptr<Buffer> ReserveOutputBuffer(media::VideoPixelFormat format,
|
| - const gfx::Size& dimensions) override {
|
| + scoped_ptr<Buffer> ReserveOutputBuffer(
|
| + const media::VideoCaptureFormat& frame_format) override {
|
| DoReserveOutputBuffer();
|
| return scoped_ptr<Buffer>();
|
| }
|
|
|