| 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 88c75a603cc91f2dff995299d159155fc21591fc..c02f371f203ab515fae9bf60fc658ab948ea5a69 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,10 @@ 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 gfx::Size& dimensions,
|
| + media::VideoPixelFormat format,
|
| + media::VideoPixelStorage storage) override {
|
| DoReserveOutputBuffer();
|
| return scoped_ptr<Buffer>();
|
| }
|
|
|