summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-01-08 12:56:37 +0100
committerTor Andersson <tor.andersson@artifex.com>2016-01-08 13:00:45 +0100
commita57d4a1eb389fe63fb92207e574f1e1691cf5e4c (patch)
tree48d91d69b845fec4161d993f718356317c93b72f /include
parent68e76ae63605193e89b05eab90dc6fdfa6f37053 (diff)
downloadmupdf-a57d4a1eb389fe63fb92207e574f1e1691cf5e4c.tar.xz
epub: Use pool allocator for fz_html box tree.
Diffstat (limited to 'include')
-rw-r--r--include/mupdf/html.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mupdf/html.h b/include/mupdf/html.h
index 7a9a192d..14966c47 100644
--- a/include/mupdf/html.h
+++ b/include/mupdf/html.h
@@ -177,6 +177,7 @@ struct fz_html_s
fz_css_style style;
int list_item;
int is_first_flow; /* for text-indent */
+ fz_pool *pool; /* pool allocator for this html tree (only set for root block) */
};
enum