diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /gfx/cairo/cache-size.patch | |
parent | Initial commit. (diff) | |
download | firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.tar.xz firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'gfx/cairo/cache-size.patch')
-rw-r--r-- | gfx/cairo/cache-size.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gfx/cairo/cache-size.patch b/gfx/cairo/cache-size.patch new file mode 100644 index 0000000000..2371046aa8 --- /dev/null +++ b/gfx/cairo/cache-size.patch @@ -0,0 +1,19 @@ +commit c32b57b9ada7a57ec20648629ecb83de5688682a +Author: Jeff Muizelaar <jmuizelaar@mozilla.com> +Date: Mon Mar 23 11:28:12 2009 -0400 + + shrink cache size + +diff --git a/src/cairo-scaled-font.c b/src/cairo-scaled-font.c +index 249ab6c..aa7fc11 100644 +--- a/src/cairo-scaled-font.c ++++ b/src/cairo-scaled-font.c +@@ -63,7 +63,7 @@ + */ + + /* XXX: This number is arbitrary---we've never done any measurement of this. */ +-#define MAX_GLYPH_PAGES_CACHED 512 ++#define MAX_GLYPH_PAGES_CACHED 256 + static cairo_cache_t *cairo_scaled_glyph_page_cache; + + #define CAIRO_SCALED_GLYPH_PAGE_SIZE 32 |