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 9f259eb5d95279dcf8513334eb60a7e23933beb5..aad548c6d8a650352dd58dcdc1fb686151601171 100644 |
--- a/content/browser/media/capture/desktop_capture_device_aura_unittest.cc |
+++ b/content/browser/media/capture/desktop_capture_device_aura_unittest.cc |
@@ -41,6 +41,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, |
+ int y_length, |
+ int u_length, |
+ int v_length, |
+ 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)); |