Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / webrtc / modules / desktop_capture / win / screen_capturer_win_magnifier.cc
index 4ce0073..e0c9199 100644 (file)
@@ -10,6 +10,8 @@
 
 #include "webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.h"
 
+#include <assert.h>
+
 #include "webrtc/modules/desktop_capture/desktop_capture_options.h"
 #include "webrtc/modules/desktop_capture/desktop_frame.h"
 #include "webrtc/modules/desktop_capture/desktop_frame_win.h"
@@ -164,11 +166,6 @@ void ScreenCapturerWinMagnifier::Capture(const DesktopRegion& region) {
   callback_->OnCaptureCompleted(frame);
 }
 
-void ScreenCapturerWinMagnifier::SetMouseShapeObserver(
-    MouseShapeObserver* mouse_shape_observer) {
-  assert(false);  // NOTREACHED();
-}
-
 bool ScreenCapturerWinMagnifier::GetScreenList(ScreenList* screens) {
   return webrtc::GetScreenList(screens);
 }