diff options
Diffstat (limited to 'devel/electron33/files/patch-ui_gfx_platform__font__skia.cc')
-rw-r--r-- | devel/electron33/files/patch-ui_gfx_platform__font__skia.cc | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/electron33/files/patch-ui_gfx_platform__font__skia.cc b/devel/electron33/files/patch-ui_gfx_platform__font__skia.cc deleted file mode 100644 index db6e61ee4ba0..000000000000 --- a/devel/electron33/files/patch-ui_gfx_platform__font__skia.cc +++ /dev/null @@ -1,20 +0,0 @@ ---- ui/gfx/platform_font_skia.cc.orig 2024-08-14 20:56:05 UTC -+++ ui/gfx/platform_font_skia.cc -@@ -29,7 +29,7 @@ - #include "ui/gfx/system_fonts_win.h" - #endif - --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - #include "ui/linux/linux_ui.h" - #endif - -@@ -167,7 +167,7 @@ void PlatformFontSkia::EnsuresDefaultFontIsInitialized - weight = system_font.GetWeight(); - #endif // BUILDFLAG(IS_WIN) - --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - // On Linux, LinuxUi is used to query the native toolkit (e.g. - // GTK) for the default UI font. - if (auto* linux_ui = ui::LinuxUi::instance()) { |