diff options
Diffstat (limited to 'devel/electron33/files/patch-remoting_host_base_desktop__environment__options.cc')
-rw-r--r-- | devel/electron33/files/patch-remoting_host_base_desktop__environment__options.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-remoting_host_base_desktop__environment__options.cc b/devel/electron33/files/patch-remoting_host_base_desktop__environment__options.cc deleted file mode 100644 index 9d0ca346db78..000000000000 --- a/devel/electron33/files/patch-remoting_host_base_desktop__environment__options.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- remoting/host/base/desktop_environment_options.cc.orig 2024-10-16 21:31:37 UTC -+++ remoting/host/base/desktop_environment_options.cc -@@ -99,7 +99,7 @@ bool DesktopEnvironmentOptions::capture_video_on_dedic - // TODO(joedow): Determine whether we can migrate additional platforms to - // using the DesktopCaptureWrapper instead of the DesktopCaptureProxy. Then - // clean up DesktopCapturerProxy::Core::CreateCapturer(). --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - return capture_video_on_dedicated_thread_; - #else - return false; |