| Index: webrtc/modules/video_coding/media_opt_util.cc
|
| diff --git a/webrtc/modules/video_coding/media_opt_util.cc b/webrtc/modules/video_coding/media_opt_util.cc
|
| index 42db2facf1cf4252775cb5d7f4c6510635041e50..24acfe9f669b18187cd8283fafd47cf67ce663b7 100644
|
| --- a/webrtc/modules/video_coding/media_opt_util.cc
|
| +++ b/webrtc/modules/video_coding/media_opt_util.cc
|
| @@ -599,7 +599,7 @@ void VCMLossProtectionLogic::UpdateKeyFrameSize(float keyFrameSize) {
|
| _keyFrameSize = keyFrameSize;
|
| }
|
|
|
| -void VCMLossProtectionLogic::UpdateFrameSize(uint16_t width, uint16_t height) {
|
| +void VCMLossProtectionLogic::UpdateFrameSize(size_t width, size_t height) {
|
| _codecWidth = width;
|
| _codecHeight = height;
|
| }
|
|
|