Chromium Code Reviews| Index: webrtc/common_types.h |
| diff --git a/webrtc/common_types.h b/webrtc/common_types.h |
| index 424afd91397414a18c6f8d96e45da4d4a73f36db..c7428ffecf9542e9dfd8689e0526628edd1fed43 100644 |
| --- a/webrtc/common_types.h |
| +++ b/webrtc/common_types.h |
| @@ -480,7 +480,7 @@ struct VideoCodecVP8 { |
| // VP9 specific. |
| struct VideoCodecVP9 { |
| VideoCodecComplexity complexity; |
| - int resilience; |
| + bool resilienceOn; |
| unsigned char numberOfTemporalLayers; |
| bool denoisingOn; |
| bool frameDroppingOn; |