summaryrefslogtreecommitdiff
path: root/render/html_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/html_internal.h')
-rw-r--r--render/html_internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/render/html_internal.h b/render/html_internal.h
index 9ff0f98cf..53021a15a 100644
--- a/render/html_internal.h
+++ b/render/html_internal.h
@@ -51,6 +51,8 @@ typedef struct html_content {
/** Content has been aborted in the LOADING state */
bool aborted;
+ /** A talloc context purely for the render box tree */
+ int *bctx;
/** Box tree, or NULL. */
struct box *layout;
/** Document background colour. */