| Index: remoting/host/ipc_video_frame_capturer.h
|
| ===================================================================
|
| --- remoting/host/ipc_video_frame_capturer.h (revision 245239)
|
| +++ remoting/host/ipc_video_frame_capturer.h (working copy)
|
| @@ -38,6 +38,10 @@
|
| virtual void SetMouseShapeObserver(
|
| MouseShapeObserver* mouse_shape_observer) OVERRIDE;
|
|
|
| + virtual bool GetScreenList(ScreenList* screens) OVERRIDE;
|
| +
|
| + virtual bool SelectScreen(webrtc::ScreenId id) OVERRIDE;
|
| +
|
| // Called when a video |frame| has been captured.
|
| void OnCaptureCompleted(scoped_ptr<webrtc::DesktopFrame> frame);
|
|
|
|
|