| 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..9f259eb5d95279dcf8513334eb60a7e23933beb5 100644
|
| --- a/content/browser/media/capture/desktop_capture_device_aura_unittest.cc
|
| +++ b/content/browser/media/capture/desktop_capture_device_aura_unittest.cc
|
| @@ -41,16 +41,6 @@
|
| const media::VideoCaptureFormat& frame_format,
|
| int rotation,
|
| const base::TimeTicks& timestamp));
|
| - MOCK_METHOD9(OnIncomingCapturedYuvData,
|
| - void (const uint8* y_data,
|
| - const uint8* u_data,
|
| - const uint8* v_data,
|
| - size_t y_stride,
|
| - size_t u_stride,
|
| - size_t v_stride,
|
| - 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));
|
|
|