Merge pull request #68991 from ivan/chromium-77-font-fix
chromium: add patch to fix performance regression with fonts
This commit is contained in:
commit
a81f8304d8
@ -138,6 +138,13 @@ let
|
|||||||
./patches/jumbo-sorted.patch
|
./patches/jumbo-sorted.patch
|
||||||
./patches/no-build-timestamps.patch
|
./patches/no-build-timestamps.patch
|
||||||
./patches/widevine.patch
|
./patches/widevine.patch
|
||||||
|
# Revert "Implement GetFallbackFont on Linux" to fix a performance regression
|
||||||
|
# Remove after https://bugs.chromium.org/p/chromium/issues/detail?id=1003997 is fixed
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://github.com/chromium/chromium/commit/5a32abe4247f80fdb55c55a289b906b0e42faa5f.patch";
|
||||||
|
sha256 = "1a4jqmki6cyi2dwvaszh01db2diqnz1d50mhpdpby3dd1cw0xmfy";
|
||||||
|
revert = true;
|
||||||
|
})
|
||||||
|
|
||||||
# Unfortunately, chromium regularly breaks on major updates and
|
# Unfortunately, chromium regularly breaks on major updates and
|
||||||
# then needs various patches backported in order to be compiled with GCC.
|
# then needs various patches backported in order to be compiled with GCC.
|
||||||
|
Loading…
Reference in New Issue
Block a user