| Index: webrtc/media/base/videocapturer.cc
|
| diff --git a/webrtc/media/base/videocapturer.cc b/webrtc/media/base/videocapturer.cc
|
| index 57dc79f7b1148c6366cc43122a875522972d1ca0..94f65143531479ab5c9344034a030c8f7edcb501 100644
|
| --- a/webrtc/media/base/videocapturer.cc
|
| +++ b/webrtc/media/base/videocapturer.cc
|
| @@ -213,8 +213,8 @@ void VideoCapturer::OnSinkWantsChanged(const rtc::VideoSinkWants& wants) {
|
| }
|
|
|
| if (video_adapter()) {
|
| - video_adapter()->OnCpuResolutionRequest(wants.max_pixel_count,
|
| - wants.max_pixel_count_step_up);
|
| + video_adapter()->OnResolutionRequest(wants.max_pixel_count,
|
| + wants.max_pixel_count_step_up);
|
| }
|
| }
|
|
|
|
|