| Index: media/cast/sender/video_encoder_impl.h
|
| diff --git a/media/cast/sender/video_encoder_impl.h b/media/cast/sender/video_encoder_impl.h
|
| index ae2b85f098f0754bf2c0138b47f86d9e7b12f41f..47401ea534eecce47bb09e7ecb0a0ab6c9ddeed8 100644
|
| --- a/media/cast/sender/video_encoder_impl.h
|
| +++ b/media/cast/sender/video_encoder_impl.h
|
| @@ -30,8 +30,7 @@ class VideoEncoderImpl : public VideoEncoder {
|
| FrameEncodedCallback;
|
|
|
| VideoEncoderImpl(scoped_refptr<CastEnvironment> cast_environment,
|
| - const VideoSenderConfig& video_config,
|
| - int max_unacked_frames);
|
| + const VideoSenderConfig& video_config);
|
|
|
| virtual ~VideoEncoderImpl();
|
|
|
|
|