| Index: remoting/host/chromeos/aura_desktop_capturer.cc
|
| diff --git a/remoting/host/chromeos/aura_desktop_capturer.cc b/remoting/host/chromeos/aura_desktop_capturer.cc
|
| index d37ae320571a5e4e584193f0325b52a3470c21ad..d996a976585eb5b48058e4ebfa554c01319b9cf3 100644
|
| --- a/remoting/host/chromeos/aura_desktop_capturer.cc
|
| +++ b/remoting/host/chromeos/aura_desktop_capturer.cc
|
| @@ -61,7 +61,7 @@ void AuraDesktopCapturer::OnFrameCaptured(
|
| scoped_ptr<webrtc::DesktopFrame> frame(
|
| SkiaBitmapDesktopFrame::Create(bitmap.Pass()));
|
|
|
| - // |VideoScheduler| will not encode the frame if |updated_region| is empty.
|
| + // |VideoFramePump| will not encode the frame if |updated_region| is empty.
|
| const webrtc::DesktopRect& rect = webrtc::DesktopRect::MakeWH(
|
| frame->size().width(), frame->size().height());
|
|
|
|
|