| Index: webrtc/media/base/mediachannel.h
|
| diff --git a/webrtc/media/base/mediachannel.h b/webrtc/media/base/mediachannel.h
|
| index afad14cd9dd5caf24abe6ff6174bd061500043d8..36b30e4e4158641b1030c6034aecf3da8189ae77 100644
|
| --- a/webrtc/media/base/mediachannel.h
|
| +++ b/webrtc/media/base/mediachannel.h
|
| @@ -105,9 +105,7 @@ struct MediaConfig {
|
| // Video-specific config.
|
| struct Video {
|
| // Enable WebRTC CPU Overuse Detection. This flag comes from the
|
| - // PeerConnection constraint 'googCpuOveruseDetection' and is
|
| - // checked in WebRtcVideoChannel2::OnLoadUpdate, where it's passed
|
| - // to VideoCapturer::video_adapter()->OnCpuResolutionRequest.
|
| + // PeerConnection constraint 'googCpuOveruseDetection'.
|
| bool enable_cpu_overuse_detection = true;
|
|
|
| // Enable WebRTC suspension of video. No video frames will be sent
|
|
|