| Index: modules/video_coding/codecs/test/videoprocessor_integrationtest_mediacodec.cc | 
| diff --git a/modules/video_coding/codecs/test/videoprocessor_integrationtest_mediacodec.cc b/modules/video_coding/codecs/test/videoprocessor_integrationtest_mediacodec.cc | 
| index 293ac54e291b837cbb933df6466113a6c1ccbba0..6e20244a2687f3a03d47c120791bba8febff43e1 100644 | 
| --- a/modules/video_coding/codecs/test/videoprocessor_integrationtest_mediacodec.cc | 
| +++ b/modules/video_coding/codecs/test/videoprocessor_integrationtest_mediacodec.cc | 
| @@ -57,7 +57,7 @@ TEST_F(VideoProcessorIntegrationTestMediaCodec, ForemanCif500kbpsVp8) { | 
| QualityThresholds quality_thresholds(30.0, 14.0, 0.86, 0.39); | 
|  | 
| ProcessFramesAndMaybeVerify(rate_profile, &rc_thresholds, &quality_thresholds, | 
| -                              kNoVisualizationParams); | 
| +                              nullptr, kNoVisualizationParams); | 
| } | 
|  | 
| TEST_F(VideoProcessorIntegrationTestMediaCodec, | 
| @@ -89,7 +89,7 @@ TEST_F(VideoProcessorIntegrationTestMediaCodec, | 
| QualityThresholds quality_thresholds(33.0, 30.0, 0.90, 0.85); | 
|  | 
| ProcessFramesAndMaybeVerify(rate_profile, &rc_thresholds, &quality_thresholds, | 
| -                              kNoVisualizationParams); | 
| +                              nullptr, kNoVisualizationParams); | 
| } | 
|  | 
| #endif  // defined(WEBRTC_ANDROID) | 
|  |