| Index: content/browser/media/capture/desktop_capture_device_aura_unittest.cc
|
| diff --git a/content/browser/media/capture/desktop_capture_device_aura_unittest.cc b/content/browser/media/capture/desktop_capture_device_aura_unittest.cc
|
| index 054c933f4274808b138063e4b496bb2f666830c9..31459819b4599182cd3c43e193b5eeab6f9d8f43 100644
|
| --- a/content/browser/media/capture/desktop_capture_device_aura_unittest.cc
|
| +++ b/content/browser/media/capture/desktop_capture_device_aura_unittest.cc
|
| @@ -57,8 +57,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>();
|
| }
|
|
|