| Index: remoting/host/ipc_video_frame_capturer.h
|
| diff --git a/remoting/host/ipc_video_frame_capturer.h b/remoting/host/ipc_video_frame_capturer.h
|
| index c93e2ba3a79923534d9ea432bd28e64c561ad95f..c96970cac400c2202bae7918cea3d18907dcea05 100644
|
| --- a/remoting/host/ipc_video_frame_capturer.h
|
| +++ b/remoting/host/ipc_video_frame_capturer.h
|
| @@ -29,7 +29,8 @@ class IpcVideoFrameCapturer : public webrtc::DesktopCapturer {
|
| void Capture(const webrtc::DesktopRegion& region) override;
|
|
|
| // Called when a video |frame| has been captured.
|
| - void OnCaptureCompleted(std::unique_ptr<webrtc::DesktopFrame> frame);
|
| + void OnCaptureResult(webrtc::DesktopCapturer::Result result,
|
| + std::unique_ptr<webrtc::DesktopFrame> frame);
|
|
|
| private:
|
| // Points to the callback passed to webrtc::DesktopCapturer::Start().
|
|
|