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 0ae9aec5fe662122994882d002b1b62046bc8ec4..510f08a8a8bdd9897e45a46145c7fa2cb861eeba 100644 |
--- a/content/browser/media/capture/desktop_capture_device_aura_unittest.cc |
+++ b/content/browser/media/capture/desktop_capture_device_aura_unittest.cc |
@@ -51,9 +51,8 @@ class MockDeviceClient : public media::VideoCaptureDevice::Client { |
const media::VideoCaptureFormat& frame_format, |
int clockwise_rotation, |
const base::TimeTicks& timestamp)); |
- MOCK_METHOD2(ReserveOutputBuffer, |
- scoped_refptr<Buffer>(media::VideoFrame::Format format, |
- const gfx::Size& dimensions)); |
+ MOCK_METHOD1(ReserveOutputBuffer, |
+ scoped_refptr<Buffer>(const media::VideoCaptureFormat& format)); |
MOCK_METHOD3(OnIncomingCapturedVideoFrame, |
void(const scoped_refptr<Buffer>& buffer, |
const scoped_refptr<media::VideoFrame>& frame, |