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 49a4dfdf40beb56bd1e93cddd3e3518a820a6216..48be8f11785cbec5721abc64ab6ad4b1855eed52 100644 |
--- a/content/browser/media/capture/desktop_capture_device_unittest.cc |
+++ b/content/browser/media/capture/desktop_capture_device_unittest.cc |
@@ -59,6 +59,16 @@ class MockDeviceClient : public media::VideoCaptureDevice::Client { |
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)); |