Index: webrtc/modules/desktop_capture/desktop_region.cc |
diff --git a/webrtc/modules/desktop_capture/desktop_region.cc b/webrtc/modules/desktop_capture/desktop_region.cc |
index bc9972660ad69e47d8677ed208904db80e6ce354..a4c4a5f91e6b0ca6d958267cc3aaa84cd0c11381 100644 |
--- a/webrtc/modules/desktop_capture/desktop_region.cc |
+++ b/webrtc/modules/desktop_capture/desktop_region.cc |
@@ -20,6 +20,8 @@ DesktopRegion::RowSpan::RowSpan(int32_t left, int32_t right) |
: left(left), right(right) { |
} |
+DesktopRegion::Row::Row(const Row&) = default; |
+ |
DesktopRegion::Row::Row(int32_t top, int32_t bottom) |
: top(top), bottom(bottom) { |
} |