Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / webrtc / modules / desktop_capture / window_capturer_mac.mm
index f60be5d..e69fc11 100644 (file)
@@ -224,6 +224,9 @@ void WindowCapturerMac::Capture(const DesktopRegion& region) {
   CFRelease(cf_data);
   CFRelease(window_image);
 
+  frame->mutable_updated_region()->SetRect(
+      DesktopRect::MakeSize(frame->size()));
+
   callback_->OnCaptureCompleted(frame);
 
   if (full_screen_chrome_window_detector_)