| Index: webrtc/video/send_statistics_proxy.h
|
| diff --git a/webrtc/video/send_statistics_proxy.h b/webrtc/video/send_statistics_proxy.h
|
| index 52609498d57239bd3536e1b908b992521dc73d2f..5129fd50db83757e9ab5baa1291fc24f639263be 100644
|
| --- a/webrtc/video/send_statistics_proxy.h
|
| +++ b/webrtc/video/send_statistics_proxy.h
|
| @@ -59,7 +59,8 @@ class SendStatisticsProxy : public CpuOveruseMetricsObserver,
|
|
|
| void OnCpuRestrictedResolutionChanged(bool cpu_restricted_resolution);
|
| void OnQualityRestrictedResolutionChanged(int num_quality_downscales);
|
| - void SetResolutionRestrictionStats(bool scaling_enabled,
|
| + void SetResolutionRestrictionStats(bool cpu_scaling_enabled,
|
| + bool quality_scaling_enabled,
|
| bool cpu_restricted,
|
| int num_quality_downscales);
|
|
|
|
|