| 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 7bf45b8428e6b63ae3c0d0f60610956a8b89fa11..738c85d80b493f48694f1f9e1f710a4c6f4c63da 100644
|
| --- a/content/browser/media/capture/desktop_capture_device_unittest.cc
|
| +++ b/content/browser/media/capture/desktop_capture_device_unittest.cc
|
| @@ -93,8 +93,7 @@ class MockDeviceClient : public media::VideoCaptureDevice::Client {
|
| }
|
| void OnIncomingCapturedVideoFrame(
|
| std::unique_ptr<Buffer> buffer,
|
| - const scoped_refptr<media::VideoFrame>& frame,
|
| - base::TimeTicks reference_time) override {
|
| + const scoped_refptr<media::VideoFrame>& frame) override {
|
| DoOnIncomingCapturedVideoFrame();
|
| }
|
| std::unique_ptr<Buffer> ResurrectLastOutputBuffer(
|
|
|