diff options
Diffstat (limited to 'devel/electron33/files/patch-content_gpu_gpu__child__thread.cc')
-rw-r--r-- | devel/electron33/files/patch-content_gpu_gpu__child__thread.cc | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/devel/electron33/files/patch-content_gpu_gpu__child__thread.cc b/devel/electron33/files/patch-content_gpu_gpu__child__thread.cc deleted file mode 100644 index 7e50a07c7523..000000000000 --- a/devel/electron33/files/patch-content_gpu_gpu__child__thread.cc +++ /dev/null @@ -1,21 +0,0 @@ ---- content/gpu/gpu_child_thread.cc.orig 2024-04-15 20:33:57 UTC -+++ content/gpu/gpu_child_thread.cc -@@ -58,7 +58,7 @@ - #include "third_party/skia/include/ports/SkFontConfigInterface.h" - #endif - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - #include "content/child/sandboxed_process_thread_type_handler.h" - #endif - -@@ -142,7 +142,8 @@ void GpuChildThread::Init(const base::TimeTicks& proce - - viz_main_.gpu_service()->set_start_time(process_start_time); - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+// XXX BSD -+#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) && !BUILDFLAG(IS_BSD) - SandboxedProcessThreadTypeHandler::NotifyMainChildThreadCreated(); - #endif - |