| 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
|
|
|