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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/render/html_internal.h b/render/html_internal.h
index b491f197a..7c30fdda0 100644
--- a/render/html_internal.h
+++ b/render/html_internal.h
@@ -90,6 +90,9 @@ typedef struct html_content {
/** Content has been aborted in the LOADING state */
bool aborted;
+ /** Whether a meta refresh has been handled */
+ bool refresh;
+
/** A talloc context purely for the render box tree */
int *bctx;
/** Box tree, or NULL. */