mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-23 23:09:39 +03:00
Include size of lwc_context in content size.
svn path=/trunk/netsurf/; revision=8835
This commit is contained in:
parent
c75a613546
commit
1b60cd63b7
@ -498,6 +498,8 @@ bool html_convert(struct content *c, int width, int height)
|
||||
binding_destroy_tree(c->data.html.parser_binding);
|
||||
c->data.html.parser_binding = NULL;
|
||||
|
||||
c->size += lwc_context_size(c->data.html.dict);
|
||||
|
||||
if (c->active == 0)
|
||||
c->status = CONTENT_STATUS_DONE;
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user