| Index: media/video/capture/video_capture_device.h
|
| diff --git a/media/video/capture/video_capture_device.h b/media/video/capture/video_capture_device.h
|
| index 6a36e7eea13beaaa24944d05ddc51fb41b0e482e..23b636adedcc40cad576957cd0458fecb4e4232f 100644
|
| --- a/media/video/capture/video_capture_device.h
|
| +++ b/media/video/capture/video_capture_device.h
|
| @@ -219,7 +219,6 @@ class MEDIA_EXPORT VideoCaptureDevice {
|
| // additional copies in the browser process.
|
| virtual void OnIncomingCapturedVideoFrame(
|
| const scoped_refptr<Buffer>& buffer,
|
| - const VideoCaptureFormat& buffer_format,
|
| const scoped_refptr<media::VideoFrame>& frame,
|
| const base::TimeTicks& timestamp) = 0;
|
|
|
|
|