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

Unified Diff: remoting/host/session_manager.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 | « remoting/host/capturer_fake.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/session_manager.cc
diff --git a/remoting/host/session_manager.cc b/remoting/host/session_manager.cc
index 29dfb8b49bd63478e73fff239d56dcdc451b3957..cb244c3e8682aa101c54d4ee9308e7265f59c348 100644
--- a/remoting/host/session_manager.cc
+++ b/remoting/host/session_manager.cc
@@ -362,6 +362,7 @@ void SessionManager::ScheduleNextRateControl() {
void SessionManager::CaptureDoneCallback(
scoped_refptr<Capturer::CaptureData> capture_data) {
+ // TODO(hclam): There is a bug if the capturer doesn't produce any dirty rects.
DCHECK_EQ(capture_loop_, MessageLoop::current());
encode_loop_->PostTask(
FROM_HERE,
« no previous file with comments | « remoting/host/capturer_fake.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698