Index: remoting/host/capturer_fake.cc |
diff --git a/remoting/host/capturer_fake.cc b/remoting/host/capturer_fake.cc |
index 32121d29b865181fae4bf61280f84bd63baa6de8..9ffe5bfdf4be68b85634adf1fcb04452ec2482e6 100644 |
--- a/remoting/host/capturer_fake.cc |
+++ b/remoting/host/capturer_fake.cc |
@@ -31,6 +31,7 @@ void CapturerFake::CaptureRects(const RectVector& rects, |
width_, |
height_, |
pixel_format_)); |
+ capture_data->mutable_dirty_rects() = rects; |
FinishCapture(capture_data, callback); |
} |