remove 00TEMP-Enable-MojoDirectSharedMemoryAndroid.patch

This commit is contained in:
Carmelo Messina
2023-07-14 12:07:43 +02:00
parent d86b4a9fcf
commit 6c63c83772
2 changed files with 0 additions and 23 deletions
-1
View File
@@ -261,7 +261,6 @@ AudioBuffer-AnalyserNode-fp-mitigations.patch
00Deprecate-Data-URL-in-SVGUseElement.patch
00TEMP-Add-a-log-to-track-strange-behavior.patch
00TEMP-Enable-MojoDirectSharedMemoryAndroid.patch
00v113-temp-fix-build.patch
00114-temp-disable-find-bad-constructs-external-repo.patch
@@ -1,22 +0,0 @@
From: uazo <uazo@users.noreply.github.com>
Date: Mon, 5 Jun 2023 17:26:38 +0000
Subject: TEMP Enable MojoDirectSharedMemoryAndroid
---
mojo/core/embedder/features.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mojo/core/embedder/features.cc b/mojo/core/embedder/features.cc
--- a/mojo/core/embedder/features.cc
+++ b/mojo/core/embedder/features.cc
@@ -25,7 +25,7 @@ const base::FeatureParam<bool> kMojoLinuxChannelSharedMemEfdZeroOnWake{
BASE_FEATURE(kMojoPosixUseWritev,
"MojoPosixUseWritev",
- base::FEATURE_DISABLED_BY_DEFAULT);
+ base::FEATURE_ENABLED_BY_DEFAULT);
#endif // BUILDFLAG(IS_POSIX) && !BUILDFLAG(IS_NACL) &&
// !BUILDFLAG(MOJO_USE_APPLE_CHANNEL)
--
2.25.1