update patch, no functional change

This commit is contained in:
robert
2025-01-31 07:50:44 +00:00
parent 6fd949e9e7
commit c4f33286b8
@@ -1,7 +1,7 @@
Index: content/browser/renderer_host/render_process_host_impl.cc
--- content/browser/renderer_host/render_process_host_impl.cc.orig
+++ content/browser/renderer_host/render_process_host_impl.cc
@@ -220,7 +220,7 @@
@@ -221,7 +221,7 @@
#include "third_party/blink/public/mojom/android_font_lookup/android_font_lookup.mojom.h"
#endif
@@ -10,7 +10,7 @@ Index: content/browser/renderer_host/render_process_host_impl.cc
#include <sys/resource.h>
#include "components/services/font/public/mojom/font_service.mojom.h" // nogncheck
@@ -1082,7 +1082,7 @@ static constexpr size_t kUnknownPlatformProcessLimit =
@@ -1083,7 +1083,7 @@ static constexpr size_t kUnknownPlatformProcessLimit =
// to indicate failure and std::numeric_limits<size_t>::max() to indicate
// unlimited.
size_t GetPlatformProcessLimit() {
@@ -19,7 +19,7 @@ Index: content/browser/renderer_host/render_process_host_impl.cc
struct rlimit limit;
if (getrlimit(RLIMIT_NPROC, &limit) != 0)
return kUnknownPlatformProcessLimit;
@@ -1259,7 +1259,7 @@ RenderProcessHostImpl::IOThreadHostImpl::~IOThreadHost
@@ -1260,7 +1260,7 @@ RenderProcessHostImpl::IOThreadHostImpl::~IOThreadHost
void RenderProcessHostImpl::IOThreadHostImpl::SetPid(
base::ProcessId child_pid) {
@@ -28,7 +28,7 @@ Index: content/browser/renderer_host/render_process_host_impl.cc
child_thread_type_switcher_.SetPid(child_pid);
#endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
}
@@ -3261,7 +3261,7 @@ void RenderProcessHostImpl::AppendRendererCommandLine(
@@ -3262,7 +3262,7 @@ void RenderProcessHostImpl::AppendRendererCommandLine(
base::TimeTicks::UnixEpoch().since_origin().InMicroseconds()));
}
@@ -37,7 +37,7 @@ Index: content/browser/renderer_host/render_process_host_impl.cc
// Append `kDisableVideoCaptureUseGpuMemoryBuffer` flag if there is no support
// for NV12 GPU memory buffer.
if (switches::IsVideoCaptureUseGpuMemoryBufferEnabled() &&
@@ -3318,6 +3318,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLin
@@ -3319,6 +3319,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLin
switches::kDisableSpeechAPI,
switches::kDisableThreadedCompositing,
switches::kDisableTouchDragDrop,
@@ -45,7 +45,7 @@ Index: content/browser/renderer_host/render_process_host_impl.cc
switches::kDisableV8IdleTasks,
switches::kDisableVideoCaptureUseGpuMemoryBuffer,
switches::kDisableWebGLImageChromium,
@@ -5107,7 +5108,7 @@ uint64_t RenderProcessHostImpl::GetPrivateMemoryFootpr
@@ -5111,7 +5112,7 @@ uint64_t RenderProcessHostImpl::GetPrivateMemoryFootpr
// - Win: https://crbug.com/707022 .
uint64_t total_size = 0;
#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || \