| Index: remoting/host/desktop_session_agent.cc
|
| diff --git a/remoting/host/desktop_session_agent.cc b/remoting/host/desktop_session_agent.cc
|
| index b36388ff3e5615f994e7bea3c189481618962ec7..1f75d947e59f2c75e805d21d6f2979176ab857a5 100644
|
| --- a/remoting/host/desktop_session_agent.cc
|
| +++ b/remoting/host/desktop_session_agent.cc
|
| @@ -441,11 +441,11 @@ void DesktopSessionAgent::OnCaptureFrame() {
|
|
|
| mouse_cursor_monitor_->Capture();
|
|
|
| - // webrtc::ScreenCapturer supports a very few (currently 2) outstanding
|
| + // webrtc::DesktopCapturer supports a very few (currently 2) outstanding
|
| // capture requests. The requests are serialized on
|
| // |video_capture_task_runner()| task runner. If the client issues more
|
| // requests, pixel data in captured frames will likely be corrupted but
|
| - // stability of webrtc::ScreenCapturer will not be affected.
|
| + // stability of webrtc::DesktopCapturer will not be affected.
|
| video_capturer_->Capture(webrtc::DesktopRegion());
|
| }
|
|
|
|
|