| Index: media/capture/video/mac/video_capture_device_mac.h
|
| diff --git a/media/capture/video/mac/video_capture_device_mac.h b/media/capture/video/mac/video_capture_device_mac.h
|
| index c6ac509a2467f890322189e9f57593947ec161e9..4d4f228af8218d3ca9937adb2145dcc92fab32b3 100644
|
| --- a/media/capture/video/mac/video_capture_device_mac.h
|
| +++ b/media/capture/video/mac/video_capture_device_mac.h
|
| @@ -70,7 +70,7 @@ class VideoCaptureDeviceMac : public VideoCaptureDevice {
|
| bool Init(VideoCaptureDevice::Name::CaptureApiType capture_api_type);
|
|
|
| // Called to deliver captured video frames.
|
| - void ReceiveFrame(const uint8* video_frame,
|
| + void ReceiveFrame(const uint8_t* video_frame,
|
| int video_frame_length,
|
| const VideoCaptureFormat& frame_format,
|
| int aspect_numerator,
|
|
|