| Index: media/cast/sender/h264_vt_encoder.h
|
| diff --git a/media/cast/sender/h264_vt_encoder.h b/media/cast/sender/h264_vt_encoder.h
|
| index a152b0afd29802a0a463aca192b44d3d43f53c1c..15318bf53de6f0a0a5c1745b90bc573f5187256b 100644
|
| --- a/media/cast/sender/h264_vt_encoder.h
|
| +++ b/media/cast/sender/h264_vt_encoder.h
|
| @@ -112,7 +112,7 @@ class H264VideoToolboxEncoder : public VideoEncoder,
|
| scoped_refptr<VideoFrameFactoryImpl> video_frame_factory_;
|
|
|
| // The ID of the last frame that was emitted.
|
| - uint32 last_frame_id_;
|
| + uint32_t last_frame_id_;
|
|
|
| // Force next frame to be a keyframe.
|
| bool encode_next_frame_as_keyframe_;
|
|
|