Index: remoting/host/shaped_screen_capturer_unittest.cc |
=================================================================== |
--- remoting/host/shaped_screen_capturer_unittest.cc (revision 245239) |
+++ remoting/host/shaped_screen_capturer_unittest.cc (working copy) |
@@ -33,6 +33,12 @@ |
virtual void SetMouseShapeObserver( |
MouseShapeObserver* mouse_shape_observer) OVERRIDE { |
} |
+ virtual bool GetScreenList(ScreenList* screens) OVERRIDE { |
+ return false; |
+ } |
+ virtual bool SelectScreen(webrtc::ScreenId id) OVERRIDE { |
+ return false; |
+ } |
private: |
Callback* callback_; |