diff options
Diffstat (limited to 'www/ungoogled-chromium/files/patch-ui_base_ui__base__features.cc')
| -rw-r--r-- | www/ungoogled-chromium/files/patch-ui_base_ui__base__features.cc | 14 | 
1 files changed, 7 insertions, 7 deletions
diff --git a/www/ungoogled-chromium/files/patch-ui_base_ui__base__features.cc b/www/ungoogled-chromium/files/patch-ui_base_ui__base__features.cc index 2cfa6b81e1d2..3d0160150074 100644 --- a/www/ungoogled-chromium/files/patch-ui_base_ui__base__features.cc +++ b/www/ungoogled-chromium/files/patch-ui_base_ui__base__features.cc @@ -1,26 +1,26 @@ ---- ui/base/ui_base_features.cc.orig	2025-10-21 16:57:35 UTC +--- ui/base/ui_base_features.cc.orig	2025-11-01 06:40:37 UTC  +++ ui/base/ui_base_features.cc -@@ -124,7 +124,7 @@ BASE_FEATURE(kWaylandLinuxDrmSyncobj, +@@ -108,7 +108,7 @@ BASE_FEATURE(kWaylandLinuxDrmSyncobj, base::FEATURE_EN +    // Controls whether support for Wayland's per-surface scaling is enabled.   BASE_FEATURE(kWaylandPerSurfaceScale, -              "WaylandPerSurfaceScale",  -#if BUILDFLAG(IS_LINUX)  +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)                base::FEATURE_ENABLED_BY_DEFAULT   #else                base::FEATURE_DISABLED_BY_DEFAULT -@@ -200,7 +200,7 @@ BASE_FEATURE(kUiCompositorUsesLayerLists, +@@ -165,7 +165,7 @@ BASE_FEATURE(kUiCompositorUsesLayerLists, base::FEATUR + // Enables the use of a touch fling curve that is based on the behavior of   // native apps on Windows.   BASE_FEATURE(kExperimentalFlingAnimation, -              "ExperimentalFlingAnimation",  -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)  +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)                base::FEATURE_ENABLED_BY_DEFAULT   #else                base::FEATURE_DISABLED_BY_DEFAULT -@@ -298,7 +298,7 @@ bool IsForcedColorsEnabled() { +@@ -254,7 +254,7 @@ bool IsForcedColorsEnabled() { + // milestones.   BASE_FEATURE(kEyeDropper, -              "EyeDropper",   #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \  -    BUILDFLAG(IS_CHROMEOS)  +    BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)  | 
