| Index: remoting/protocol/webrtc_frame_scheduler.h
|
| diff --git a/remoting/protocol/webrtc_frame_scheduler.h b/remoting/protocol/webrtc_frame_scheduler.h
|
| index f5ef0bfe6d37f239db942d57ab93b5894d04d7c8..beca8eab981eb52bde11e002374e4d5b4a780b80 100644
|
| --- a/remoting/protocol/webrtc_frame_scheduler.h
|
| +++ b/remoting/protocol/webrtc_frame_scheduler.h
|
| @@ -45,7 +45,8 @@ class WebRtcFrameScheduler : public webrtc::DesktopCapturer::Callback {
|
|
|
| private:
|
| // webrtc::DesktopCapturer::Callback interface.
|
| - void OnCaptureCompleted(webrtc::DesktopFrame* frame) override;
|
| + void OnCaptureResult(webrtc::DesktopCapturer::Result result,
|
| + std::unique_ptr<webrtc::DesktopFrame> frame) override;
|
|
|
| // Starts |capture_timer_|.
|
| void StartCaptureTimer();
|
|
|