| Index: remoting/host/shaped_screen_capturer.h
|
| ===================================================================
|
| --- remoting/host/shaped_screen_capturer.h (revision 245239)
|
| +++ remoting/host/shaped_screen_capturer.h (working copy)
|
| @@ -28,6 +28,8 @@
|
| virtual void Capture(const webrtc::DesktopRegion& region) OVERRIDE;
|
| virtual void SetMouseShapeObserver(
|
| MouseShapeObserver* mouse_shape_observer) OVERRIDE;
|
| + virtual bool GetScreenList(ScreenList* screens) OVERRIDE;
|
| + virtual bool SelectScreen(webrtc::ScreenId id) OVERRIDE;
|
|
|
| private:
|
| // webrtc::ScreenCapturer::Callback interface.
|
|
|