summaryrefslogtreecommitdiffstats
path: root/gfx/cairo/cache-size.patch
diff options
context:
space:
mode:
authorMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
committerMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
commit5f8de423f190bbb79a62f804151bc24824fa32d8 (patch)
tree10027f336435511475e392454359edea8e25895d /gfx/cairo/cache-size.patch
parent49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff)
downloadUXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip
Add m-esr52 at 52.6.0
Diffstat (limited to 'gfx/cairo/cache-size.patch')
-rw-r--r--gfx/cairo/cache-size.patch19
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 000000000..2371046aa
--- /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