diff options
Diffstat (limited to 'devel/electron32/files/patch-components_viz_common_features.h')
-rw-r--r-- | devel/electron32/files/patch-components_viz_common_features.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/electron32/files/patch-components_viz_common_features.h b/devel/electron32/files/patch-components_viz_common_features.h deleted file mode 100644 index c70c8a90c68b..000000000000 --- a/devel/electron32/files/patch-components_viz_common_features.h +++ /dev/null @@ -1,20 +0,0 @@ ---- components/viz/common/features.h.orig 2024-08-14 20:54:58 UTC -+++ components/viz/common/features.h -@@ -72,7 +72,7 @@ VIZ_COMMON_EXPORT BASE_DECLARE_FEATURE( - VIZ_COMMON_EXPORT BASE_DECLARE_FEATURE(kAllowUndamagedNonrootRenderPassToSkip); - VIZ_COMMON_EXPORT BASE_DECLARE_FEATURE( - kAllowForceMergeRenderPassWithRequireOverlayQuads); --#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - VIZ_COMMON_EXPORT BASE_DECLARE_FEATURE(kRendererAllocatesImages); - #endif - VIZ_COMMON_EXPORT BASE_DECLARE_FEATURE(kOnBeginFrameAcks); -@@ -129,7 +129,7 @@ VIZ_COMMON_EXPORT bool ShouldOnBeginFrameThrottleVideo - VIZ_COMMON_EXPORT bool UseSurfaceLayerForVideo(); - VIZ_COMMON_EXPORT int MaxOverlaysConsidered(); - VIZ_COMMON_EXPORT bool ShouldOnBeginFrameThrottleVideo(); --#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - VIZ_COMMON_EXPORT bool ShouldRendererAllocateImages(); - #endif - VIZ_COMMON_EXPORT bool IsOnBeginFrameAcksEnabled(); |