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 7b6cd1d848dae86f05fe81c762a08b27db147265..bd3b2985b9f1e2dbdcc84e956c795a9a7314241e 100644 |
--- a/media/video/capture/file_video_capture_device.h |
+++ b/media/video/capture/file_video_capture_device.h |
@@ -43,7 +43,7 @@ class MEDIA_EXPORT FileVideoCaptureDevice : public VideoCaptureDevice { |
private: |
// Returns size in bytes of an I420 frame, not including possible paddings, |
// defined by |capture_format_|. |
- int CalculateFrameSize(); |
+ int CalculateFrameSize() const; |
// Called on the |capture_thread_|. |
void OnAllocateAndStart(const VideoCaptureParams& params, |