| Index: webrtc/call/call_perf_tests.cc
|
| diff --git a/webrtc/call/call_perf_tests.cc b/webrtc/call/call_perf_tests.cc
|
| index f8461bffaa0afeedf5859427ad8a6d1efe15667c..558b75c8426d5b1a524c658876f4ca095b33483d 100644
|
| --- a/webrtc/call/call_perf_tests.cc
|
| +++ b/webrtc/call/call_perf_tests.cc
|
| @@ -499,8 +499,8 @@ TEST_F(CallPerfTest, ReceivesCpuOveruseAndUnderuse) {
|
| switch (test_phase_) {
|
| case TestPhase::kStart:
|
| if (wants.max_pixel_count < std::numeric_limits<int>::max()) {
|
| - // On adapting down, ViEEncoder::VideoSourceProxy will set only the
|
| - // max pixel count, leaving the target unset.
|
| + // On adapting down, VideoStreamEncoder::VideoSourceProxy will set
|
| + // only the max pixel count, leaving the target unset.
|
| test_phase_ = TestPhase::kAdaptedDown;
|
| } else {
|
| ADD_FAILURE() << "Got unexpected adaptation request, max res = "
|
|
|