| Index: webrtc/video/send_statistics_proxy.h
|
| diff --git a/webrtc/video/send_statistics_proxy.h b/webrtc/video/send_statistics_proxy.h
|
| index ec2fe4c50e93c2be31496e61030b9ade246df839..ec0a461e9c226fb6a630010a34b65ccbae347fe5 100644
|
| --- a/webrtc/video/send_statistics_proxy.h
|
| +++ b/webrtc/video/send_statistics_proxy.h
|
| @@ -56,12 +56,9 @@ class SendStatisticsProxy : public CpuOveruseMetricsObserver,
|
| // Used to update incoming frame rate.
|
| void OnIncomingFrame(int width, int height);
|
|
|
| - // Used to indicate that the current input frame resolution is restricted due
|
| - // to cpu usage.
|
| - void SetCpuRestrictedResolution(bool cpu_restricted);
|
| - // Used to update the number of times the input frame resolution has changed
|
| - // due to cpu adaptation.
|
| void OnCpuRestrictedResolutionChanged(bool cpu_restricted_resolution);
|
| + void OnQualityRestrictedResolutionChanged(bool restricted);
|
| + void SetResolutionRestrictionStats(bool bandwidth, bool cpu);
|
|
|
| void OnEncoderStatsUpdate(uint32_t framerate, uint32_t bitrate);
|
| void OnSuspendChange(bool is_suspended);
|
|
|