| Index: webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc
 | 
| diff --git a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc
 | 
| index afbfa1d3c90e9803c08f295df167d90e106f8812..d348c43f5d9535ff7f60ffd1fcabe511f6421cf3 100644
 | 
| --- a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc
 | 
| +++ b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc
 | 
| @@ -34,7 +34,7 @@ const char kForemanCif[] = "foreman_cif";
 | 
|  #if !defined(WEBRTC_IOS)
 | 
|  const int kNumFramesShort = 100;
 | 
|  #endif
 | 
| -const int kNumFramesLong = 299;
 | 
| +const int kNumFramesLong = 300;
 | 
|  
 | 
|  const std::nullptr_t kNoVisualizationParams = nullptr;
 | 
|  
 | 
| 
 |