diff options
Diffstat (limited to 'devel/electron39/files/patch-cc_base_features.cc')
| -rw-r--r-- | devel/electron39/files/patch-cc_base_features.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron39/files/patch-cc_base_features.cc b/devel/electron39/files/patch-cc_base_features.cc new file mode 100644 index 000000000000..5238ff718ffd --- /dev/null +++ b/devel/electron39/files/patch-cc_base_features.cc @@ -0,0 +1,11 @@ +--- cc/base/features.cc.orig 2025-10-21 20:19:54 UTC ++++ cc/base/features.cc +@@ -42,7 +42,7 @@ BASE_FEATURE(kUseDMSAAForTiles, + // Note that kUseDMSAAForTiles only controls vulkan launch on android. We will + // be using a separate flag to control the launch on GL. + BASE_FEATURE(kUseDMSAAForTiles, +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_ANDROID) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) + base::FEATURE_ENABLED_BY_DEFAULT + #else + base::FEATURE_DISABLED_BY_DEFAULT |
