update to 124.0.6367.207
This commit is contained in:
parent
687f3acd55
commit
fe9bc9d89b
958 changed files with 7372 additions and 6231 deletions
21
www/ungoogled-chromium/patches/patch-skia_ext_font_utils_cc
Normal file
21
www/ungoogled-chromium/patches/patch-skia_ext_font_utils_cc
Normal file
|
@ -0,0 +1,21 @@
|
|||
Index: skia/ext/font_utils.cc
|
||||
--- skia/ext/font_utils.cc.orig
|
||||
+++ skia/ext/font_utils.cc
|
||||
@@ -19,7 +19,7 @@
|
||||
#include "third_party/skia/include/ports/SkFontMgr_mac_ct.h"
|
||||
#endif
|
||||
|
||||
-#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)
|
||||
+#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
||||
#include "third_party/skia/include/ports/SkFontConfigInterface.h"
|
||||
#include "third_party/skia/include/ports/SkFontMgr_FontConfigInterface.h"
|
||||
#endif
|
||||
@@ -60,7 +60,7 @@ static sk_sp<SkFontMgr> fontmgr_factory() {
|
||||
return SkFontMgr_New_Android(nullptr);
|
||||
#elif BUILDFLAG(IS_APPLE)
|
||||
return SkFontMgr_New_CoreText(nullptr);
|
||||
-#elif BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)
|
||||
+#elif BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
||||
sk_sp<SkFontConfigInterface> fci(SkFontConfigInterface::RefGlobal());
|
||||
return fci ? SkFontMgr_New_FCI(std::move(fci)) : nullptr;
|
||||
#elif BUILDFLAG(IS_FUCHSIA)
|
Loading…
Add table
Add a link
Reference in a new issue