| Index: webrtc/modules/video_coding/codecs/vp8/vp8_impl.h
|
| diff --git a/webrtc/modules/video_coding/codecs/vp8/vp8_impl.h b/webrtc/modules/video_coding/codecs/vp8/vp8_impl.h
|
| index 0ec01426c14c438d8ab6eb7f180094c3ead16f66..a9079b2a7feed88ee7b02e12ae92dc16cd476a03 100644
|
| --- a/webrtc/modules/video_coding/codecs/vp8/vp8_impl.h
|
| +++ b/webrtc/modules/video_coding/codecs/vp8/vp8_impl.h
|
| @@ -75,7 +75,7 @@ class VP8EncoderImpl : public VP8Encoder {
|
| int InitAndSetControlSettings();
|
|
|
| // Update frame size for codec.
|
| - int UpdateCodecFrameSize(const VideoFrame& input_image);
|
| + int UpdateCodecFrameSize(int width, int height);
|
|
|
| void PopulateCodecSpecific(CodecSpecificInfo* codec_specific,
|
| const vpx_codec_cx_pkt& pkt,
|
|
|