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