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

Unified Diff: remoting/host/basic_desktop_environment.cc

Issue 2348943002: [Chromoting] Use detect_updated_region option in remoting (Closed)
Patch Set: Created 4 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/basic_desktop_environment.cc
diff --git a/remoting/host/basic_desktop_environment.cc b/remoting/host/basic_desktop_environment.cc
index 8d33140b97207e66afbad22f3513635f669a9c22..bc233a5af39347ed8613dfa740e220960db29269 100644
--- a/remoting/host/basic_desktop_environment.cc
+++ b/remoting/host/basic_desktop_environment.cc
@@ -91,6 +91,7 @@ BasicDesktopEnvironment::BasicDesktopEnvironment(
webrtc::DesktopCaptureOptions::CreateDefault())),
supports_touch_events_(supports_touch_events) {
DCHECK(caller_task_runner_->BelongsToCurrentThread());
+ desktop_capture_options_->set_detect_updated_region(true);
#if defined(USE_X11)
IgnoreXServerGrabs(desktop_capture_options_->x_display()->display(), true);
#endif
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698