| 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 2f217050dfbf9542654700f6d90f1dd655d09510..efbc3e28435fff6b472d6f6daa32ffacc43e803a 100644
|
| --- a/remoting/host/ipc_video_frame_capturer.h
|
| +++ b/remoting/host/ipc_video_frame_capturer.h
|
| @@ -27,6 +27,8 @@ class IpcVideoFrameCapturer : public webrtc::DesktopCapturer {
|
| // webrtc::DesktopCapturer interface.
|
| void Start(Callback* callback) override;
|
| void CaptureFrame() override;
|
| + bool GetSourceList(SourceList* sources) override;
|
| + bool SelectSource(SourceId id) override;
|
|
|
| // Called when a video |frame| has been captured.
|
| void OnCaptureResult(webrtc::DesktopCapturer::Result result,
|
|
|