| Index: media/video/capture/file_video_capture_device.h
|
| diff --git a/media/video/capture/file_video_capture_device.h b/media/video/capture/file_video_capture_device.h
|
| index bd3b2985b9f1e2dbdcc84e956c795a9a7314241e..7b6cd1d848dae86f05fe81c762a08b27db147265 100644
|
| --- a/media/video/capture/file_video_capture_device.h
|
| +++ b/media/video/capture/file_video_capture_device.h
|
| @@ -43,7 +43,7 @@
|
| private:
|
| // Returns size in bytes of an I420 frame, not including possible paddings,
|
| // defined by |capture_format_|.
|
| - int CalculateFrameSize() const;
|
| + int CalculateFrameSize();
|
|
|
| // Called on the |capture_thread_|.
|
| void OnAllocateAndStart(const VideoCaptureParams& params,
|
|
|