summaryrefslogtreecommitdiffstats
path: root/remoting/host/capturer_fake.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/capturer_fake.cc')
-rw-r--r--remoting/host/capturer_fake.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/host/capturer_fake.cc b/remoting/host/capturer_fake.cc
index 32121d2..9ffe5bf 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);
}