| Index: webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc | 
| diff --git a/webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc b/webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc | 
| index bd12b684b88b6a06a315aded76b41d78469ff0cf..42f0e69e83f077f08d47e4c0f0f7ed2b1573dcbc 100644 | 
| --- a/webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc | 
| +++ b/webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc | 
| @@ -21,6 +21,7 @@ const bool kErrorConcealmentOn = false; | 
| const bool kDenoisingOn = false; | 
| const bool kFrameDropperOn = true; | 
| const bool kSpatialResizeOn = false; | 
| +const bool kResilienceOn = false; | 
| const VideoCodecType kVideoCodecType[] = {kVideoCodecVP8}; | 
| const bool kHwCodec = false; | 
| const bool kUseSingleCore = true; | 
| @@ -70,7 +71,7 @@ class PlotVideoProcessorIntegrationTest | 
| -1,  // key_frame_interval | 
| 1,   // num_temporal_layers | 
| kErrorConcealmentOn, kDenoisingOn, kFrameDropperOn, kSpatialResizeOn, | 
| -        width, height, filename, kVerboseLogging, kBatchMode); | 
| +        kResilienceOn, width, height, filename, kVerboseLogging, kBatchMode); | 
|  | 
| // Use default thresholds for quality (PSNR and SSIM). | 
| QualityThresholds quality_thresholds; | 
|  |