Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(697)

Unified Diff: remoting/host/capturer_fake.cc

Issue 2853029: Fix CapturerFake for Chromoting (Closed)
Patch Set: added comments Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | remoting/host/session_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « no previous file | remoting/host/session_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698